mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Don't crash on unimplemented sorts
This commit is contained in:
@ -197,7 +197,8 @@ namespace osu.Game.Screens.Select
|
||||
});
|
||||
break;
|
||||
default:
|
||||
throw new NotImplementedException();
|
||||
Sort(SortMode.Artist); // Temporary
|
||||
break;
|
||||
}
|
||||
|
||||
scrollableContent.Clear(false);
|
||||
|
Reference in New Issue
Block a user