You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00: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