diff options
Diffstat (limited to 'scene/3d/spatial_player.h')
-rw-r--r-- | scene/3d/spatial_player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/spatial_player.h b/scene/3d/spatial_player.h index 258bf5e411..73a19eee4d 100644 --- a/scene/3d/spatial_player.h +++ b/scene/3d/spatial_player.h @@ -60,7 +60,7 @@ private: RID source_rid; virtual bool _can_gizmo_scale() const; - virtual RES _get_gizmo_geometry() const; + protected: |