diff --git a/neo/renderer/Model_gltf.cpp b/neo/renderer/Model_gltf.cpp index 11643417..6c83a135 100644 --- a/neo/renderer/Model_gltf.cpp +++ b/neo/renderer/Model_gltf.cpp @@ -612,7 +612,7 @@ bool idRenderModelGLTF::LoadBinaryModel( idFile* file, const ID_TIME_T sourceTim } SIMD_INIT_LAST_JOINT( invertedDefaultPose.Ptr(), md5joints.Num() ); - model_state = hasAnimations ? DM_CONTINUOUS : DM_STATIC; + model_state = hasAnimations ? DM_CACHED : DM_STATIC; lastMeshFromFile = this; data = nullptr;