diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-08 21:13:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 21:13:00 +0100 |
commit | faeb71865eae069c1940d0e84c35ad82591a400a (patch) | |
tree | 1ea3232804f5cab5f7e1c8994dc4b7e96cbcdc7c /editor/plugins/node_3d_editor_plugin.h | |
parent | 39562294ff3e6a273f9a73f97bc54791a4e98f07 (diff) | |
parent | 8345aabaf49fde32729fe168775d6a394115553b (diff) |
Merge pull request #56946 from JFonS/editor_transform_improvements
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.h')
-rw-r--r-- | editor/plugins/node_3d_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.h b/editor/plugins/node_3d_editor_plugin.h index 5c5980eb88..bbe5615570 100644 --- a/editor/plugins/node_3d_editor_plugin.h +++ b/editor/plugins/node_3d_editor_plugin.h @@ -311,6 +311,7 @@ private: Point2 mouse_pos; Point2 original_mouse_pos; bool snap = false; + bool show_rotation_line = false; Ref<EditorNode3DGizmo> gizmo; int gizmo_handle = 0; bool gizmo_handle_secondary = false; |