diff options
Diffstat (limited to 'indra/newview/gltf/animation.h')
-rw-r--r-- | indra/newview/gltf/animation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/gltf/animation.h b/indra/newview/gltf/animation.h index 869eae963a..66ccd14c5c 100644 --- a/indra/newview/gltf/animation.h +++ b/indra/newview/gltf/animation.h @@ -159,7 +159,7 @@ namespace LL // min/max time values for all samplers combined F32 mMinTime = 0.f; F32 mMaxTime = 0.f; - + // current time of the animation F32 mTime = 0.f; @@ -168,7 +168,7 @@ namespace LL std::vector<ScaleChannel> mScaleChannels; const Animation& operator=(const tinygltf::Animation& src); - + void allocateGLResources(Asset& asset); void update(Asset& asset, float dt); |