1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

Fix various valgrind reported uninitialized variable uses

(cherry picked from commit d702d7b335)
This commit is contained in:
Hein-Pieter van Braam
2018-02-28 21:55:13 +01:00
parent 61a9ef5d81
commit 675899a521
8 changed files with 20 additions and 7 deletions

View File

@@ -758,6 +758,7 @@ TextureRegionEditor::TextureRegionEditor(EditorNode *p_editor) {
snap_step = Vector2(10, 10);
snap_separation = Vector2(0, 0);
snap_mode = SNAP_NONE;
edited_margin = -1;
drag_index = -1;
drag = false;