mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Initialize class variables with default values in scene/ [2/2]
This commit is contained in:
@@ -359,12 +359,5 @@ void SplitContainer::_bind_methods() {
|
||||
}
|
||||
|
||||
SplitContainer::SplitContainer(bool p_vertical) {
|
||||
mouse_inside = false;
|
||||
split_offset = 0;
|
||||
should_clamp_split_offset = false;
|
||||
middle_sep = 0;
|
||||
vertical = p_vertical;
|
||||
dragging = false;
|
||||
collapsed = false;
|
||||
dragger_visibility = DRAGGER_VISIBLE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user