mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Fix nullref.
This commit is contained in:
parent
907236e475
commit
c7fa79b027
@ -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();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user