1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix some overflows and unitialized variables

This commit is contained in:
Rafał Mikrut
2019-11-20 16:22:16 +01:00
parent 58ca9f17a2
commit 99d8626f4a
17 changed files with 35 additions and 8 deletions

View File

@@ -5262,6 +5262,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;