Rename skinned flag to animated;

This commit is contained in:
bjorn 2019-08-04 15:08:21 -07:00
parent 017dd15c78
commit bff9399308
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const char* lovrShaderVertexSuffix = ""
"#endif \n"
" gl_PointSize = lovrPointSize; \n"
" vec4 vertexPosition = vec4(lovrPosition, 1.); \n"
"#ifdef FLAG_skinned \n"
"#ifdef FLAG_animated \n"
" vertexPosition = lovrPoseMatrix * vertexPosition; \n"
"#endif \n"
" gl_Position = position(lovrProjection, lovrTransform, vertexPosition); \n"