mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Initialize class variables with default values in scene/ [2/2]
This commit is contained in:
@@ -180,7 +180,6 @@ void Container::_bind_methods() {
|
||||
}
|
||||
|
||||
Container::Container() {
|
||||
pending_sort = false;
|
||||
// All containers should let mouse events pass by default.
|
||||
set_mouse_filter(MOUSE_FILTER_PASS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user