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