Initialize default lock rotation in constructor
This commit is contained in:
parent
464d59935d
commit
65215a7829
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue