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