You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user