summaryrefslogtreecommitdiff
path: root/scene/2d/position_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/position_2d.h')
-rw-r--r--scene/2d/position_2d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/2d/position_2d.h b/scene/2d/position_2d.h
index fcaef0e6a3..9ed622c8f6 100644
--- a/scene/2d/position_2d.h
+++ b/scene/2d/position_2d.h
@@ -48,8 +48,8 @@ public:
virtual bool _edit_use_rect() const override;
#endif
- void set_gizmo_extents(float p_extents);
- float get_gizmo_extents() const;
+ void set_gizmo_extents(real_t p_extents);
+ real_t get_gizmo_extents() const;
Position2D();
};