diff options
author | JFonS <joan.fonssanchez@gmail.com> | 2019-01-25 12:57:32 +0100 |
---|---|---|
committer | JFonS <joan.fonssanchez@gmail.com> | 2019-01-27 18:40:01 +0100 |
commit | e90fb5b0ab511d259436184a2e90c295445645db (patch) | |
tree | a3b61101ed7b2833087bbbb738fed686be073e76 /editor/spatial_editor_gizmos.h | |
parent | 00ec3e9d2a296903688272aa64190935dcb74897 (diff) | |
download | redot-engine-e90fb5b0ab511d259436184a2e90c295445645db.tar.gz |
Minor fixes and documentation for Spatial Gizmos
Diffstat (limited to 'editor/spatial_editor_gizmos.h')
-rw-r--r-- | editor/spatial_editor_gizmos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/spatial_editor_gizmos.h b/editor/spatial_editor_gizmos.h index 40e137cded..0d89fb0f03 100644 --- a/editor/spatial_editor_gizmos.h +++ b/editor/spatial_editor_gizmos.h @@ -214,7 +214,7 @@ public: String get_handle_name(const EditorSpatialGizmo *p_gizmo, int p_idx) const; Variant get_handle_value(EditorSpatialGizmo *p_gizmo, int p_idx) const; void commit_handle(EditorSpatialGizmo *p_gizmo, int p_idx, const Variant &p_restore, bool p_cancel); - bool is_gizmo_handle_highlighted(const EditorSpatialGizmo *p_gizmo, int idx) const; + bool is_handle_highlighted(const EditorSpatialGizmo *p_gizmo, int idx) const; SoftBodySpatialGizmoPlugin(); }; |