From 430ad75963a0e6837ef460e78fb99565714b4418 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Mon, 9 Aug 2021 17:15:17 -0500 Subject: Some work on double support --- scene/animation/root_motion_view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scene/animation/root_motion_view.h') diff --git a/scene/animation/root_motion_view.h b/scene/animation/root_motion_view.h index 55fd2d2b73..d64c8bc675 100644 --- a/scene/animation/root_motion_view.h +++ b/scene/animation/root_motion_view.h @@ -39,8 +39,8 @@ class RootMotionView : public VisualInstance3D { public: Ref immediate; NodePath path; - float cell_size = 1.0; - float radius = 10.0; + real_t cell_size = 1.0; + real_t radius = 10.0; bool use_in_game = false; Color color = Color(0.5, 0.5, 1.0); bool first = true; -- cgit v1.2.3