1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #33516 from qarmin/small_fixes

Memory leaks and crash fixes
This commit is contained in:
Rémi Verschelde
2019-11-10 10:17:19 +01:00
committed by GitHub
10 changed files with 24 additions and 4 deletions

View File

@@ -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;