mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 11:13:02 +08:00
Don't crash on unimplemented sorts
This commit is contained in:
parent
3aecbf5739
commit
db5a1e241a
@ -197,7 +197,8 @@ namespace osu.Game.Screens.Select
|
||||
});
|
||||
break;
|
||||
default:
|
||||
throw new NotImplementedException();
|
||||
Sort(SortMode.Artist); // Temporary
|
||||
break;
|
||||
}
|
||||
|
||||
scrollableContent.Clear(false);
|
||||
|
Loading…
Reference in New Issue
Block a user