mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Typo fix: rename SortableVisbilityMode
This commit is contained in:
parent
7b1ed520bd
commit
815e905972
15 changed files with 24 additions and 24 deletions
|
|
@ -268,7 +268,7 @@ Size2 FlowContainer::get_minimum_size() const {
|
|||
Size2i minimum;
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue