diff options
author | Marc Gilleron <marc.gilleron@gmail.com> | 2018-08-05 19:24:11 +0100 |
---|---|---|
committer | Marc Gilleron <marc.gilleron@gmail.com> | 2018-08-05 19:24:11 +0100 |
commit | 65215a7829b50aa83e4c469d2747a6f1cc5c50b1 (patch) | |
tree | c0e60a6a26bbe8205f5856792485eb4e0b220b71 | |
parent | 464d59935dccd558e54f30de24c9ad8ce4e7b686 (diff) |
Initialize default lock rotation in constructor
-rw-r--r-- | editor/plugins/spatial_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index eab1588a55..36f38fcc67 100644 --- a/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -3429,6 +3429,7 @@ SpatialEditorViewport::SpatialEditorViewport(SpatialEditor *p_spatial_editor, Ed clicked = 0; clicked_includes_current = false; orthogonal = false; + lock_rotation = false; message_time = 0; zoom_indicator_delay = 0.0; |