1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Fix 2 more UBSAN issues (#25217).

This commit is contained in:
marxin
2019-02-14 20:47:35 +01:00
parent 89eb79aef1
commit 7ae160f661
2 changed files with 4 additions and 3 deletions

View File

@@ -4559,6 +4559,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
snap_grid = true;
snap_guides = true;
snap_rotation = false;
snap_relative = false;
snap_pixel = false;
skeleton_show_bones = true;