mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Memory leak and crash fixes
This commit is contained in:
parent
4569f5ec82
commit
7dda9309f9
10 changed files with 24 additions and 4 deletions
|
|
@ -5215,6 +5215,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
|
|||
snap_other_nodes = true;
|
||||
snap_guides = true;
|
||||
snap_rotation = false;
|
||||
snap_scale = false;
|
||||
snap_relative = false;
|
||||
snap_pixel = false;
|
||||
snap_target[0] = SNAP_TARGET_NONE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue