diff --git a/scene/animation/animation_player.h b/scene/animation/animation_player.h index ea04918988f..1b07c086c02 100644 --- a/scene/animation/animation_player.h +++ b/scene/animation/animation_player.h @@ -198,7 +198,7 @@ private: struct PlaybackData { AnimationData *from = nullptr; - float pos = 0.0; + double pos = 0.0; float speed_scale = 1.0; };