mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix nullref.
This commit is contained in:
@ -201,7 +201,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
computeYPositions();
|
computeYPositions();
|
||||||
|
|
||||||
if (selectedGroup.State == BeatmapGroupState.Hidden)
|
if (selectedGroup == null || selectedGroup.State == BeatmapGroupState.Hidden)
|
||||||
SelectNext();
|
SelectNext();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user