1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #33583 from qarmin/fix_overflows_unitialized

Fix some overflows and unitialized variables
This commit is contained in:
Rémi Verschelde
2019-11-20 21:31:12 +01:00
committed by GitHub
17 changed files with 35 additions and 8 deletions

View File

@@ -5269,6 +5269,8 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
drag_to = Vector2();
dragged_guide_pos = Point2();
dragged_guide_index = -1;
is_hovering_h_guide = false;
is_hovering_v_guide = false;
panning = false;
pan_pressed = false;