diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-05 18:11:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 18:11:56 +0200 |
commit | 8804eb8c061634f740af04132b2c68e5c27c449d (patch) | |
tree | b9cdc64ce976705bec97cc6d21546c77fd6a8dfb /editor/spatial_editor_gizmos.cpp | |
parent | 2f4912ec69a07d62a4b56a5be6d8ada59516b310 (diff) | |
parent | 4a412943d4a80703a178396be34e2576f891bc80 (diff) | |
download | redot-engine-8804eb8c061634f740af04132b2c68e5c27c449d.tar.gz |
Merge pull request #21707 from JFonS/fix_instanced_selection
Fix selection of instanced scenes in 3D
Diffstat (limited to 'editor/spatial_editor_gizmos.cpp')
-rw-r--r-- | editor/spatial_editor_gizmos.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/spatial_editor_gizmos.cpp b/editor/spatial_editor_gizmos.cpp index c615e90a11..00067b84f7 100644 --- a/editor/spatial_editor_gizmos.cpp +++ b/editor/spatial_editor_gizmos.cpp @@ -65,9 +65,6 @@ #define HANDLE_HALF_SIZE 9.5 -bool EditorSpatialGizmo::can_draw() const { - return is_editable(); -} bool EditorSpatialGizmo::is_editable() const { ERR_FAIL_COND_V(!spatial_node, false); |