mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 03:55:30 +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;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new NotImplementedException();
|
Sort(SortMode.Artist); // Temporary
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollableContent.Clear(false);
|
scrollableContent.Clear(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user