From 0250e122c62e790a6976b1bc0c833cef1adaf43b Mon Sep 17 00:00:00 2001 From: Gregor Parzefall Date: Wed, 24 Apr 2024 17:20:28 +0200 Subject: [PATCH] Undo --- src/activeobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activeobject.h b/src/activeobject.h index 5171c7a2e..52f997fdf 100644 --- a/src/activeobject.h +++ b/src/activeobject.h @@ -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