This commit is contained in:
Gregor Parzefall 2024-04-24 17:20:28 +02:00
parent f69002a56a
commit 0250e122c6
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ struct BoneOverride
return scale.vector.getInterpolated(scale.previous, progress)
* (scale.absolute ? v3f(1) : anim_scale);
}
f32 dtime_passed = 0;
bool isIdentity() const