Remove redundant Variant-types initializations
This commit is contained in:
parent
963ffd8b94
commit
3b14f0334c
52 changed files with 118 additions and 118 deletions
|
|
@ -72,7 +72,7 @@ class ScrollBar : public Range {
|
|||
NodePath drag_node_path;
|
||||
bool drag_node_enabled = true;
|
||||
|
||||
Vector2 drag_node_speed = Vector2();
|
||||
Vector2 drag_node_speed;
|
||||
Vector2 drag_node_accum;
|
||||
Vector2 drag_node_from;
|
||||
Vector2 last_drag_node_accum;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue