You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Sort sample lists by name(more readable)
This commit is contained in:
@@ -235,6 +235,7 @@ void SampleLibraryEditor::_update_library() {
|
||||
|
||||
List<StringName> names;
|
||||
sample_library->get_sample_list(&names);
|
||||
names.sort_custom<StringName::AlphCompare>();
|
||||
|
||||
for(List<StringName>::Element *E=names.front();E;E=E->next()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user