mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Typo fix: rename SortableVisbilityMode
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
Size2 AspectRatioContainer::get_minimum_size() const {
|
||||
Size2 ms;
|
||||
for (int i = 0; i < get_child_count(); i++) {
|
||||
Control *c = as_sortable_control(get_child(i), SortableVisbilityMode::VISIBLE);
|
||||
Control *c = as_sortable_control(get_child(i), SortableVisibilityMode::VISIBLE);
|
||||
if (!c) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user