From 78d33a6e24a3977fc3a2c66808d7cbdddd3add11 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Fri, 21 May 2021 02:42:37 -0400 Subject: Use doubles for time in animation code --- scene/animation/animation_blend_space_1d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/animation/animation_blend_space_1d.h') diff --git a/scene/animation/animation_blend_space_1d.h b/scene/animation/animation_blend_space_1d.h index 8886e6c679..6730c09fd4 100644 --- a/scene/animation/animation_blend_space_1d.h +++ b/scene/animation/animation_blend_space_1d.h @@ -93,7 +93,7 @@ public: void set_value_label(const String &p_label); String get_value_label() const; - float process(float p_time, bool p_seek) override; + double process(double p_time, bool p_seek) override; String get_caption() const override; Ref get_child_by_name(const StringName &p_name) override; -- cgit v1.2.3