mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #33516 from qarmin/small_fixes
Memory leaks and crash fixes
This commit is contained in:
commit
2143f46df2
10 changed files with 24 additions and 4 deletions
|
|
@ -5247,6 +5247,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