mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
add condition
This commit is contained in:
@ -414,6 +414,7 @@ namespace osu.Game.Screens.Select
|
||||
private void updateCarouselSelection(ValueChangedEvent<WorkingBeatmap> e = null)
|
||||
{
|
||||
var beatmap = e?.NewValue ?? Beatmap.Value;
|
||||
if (beatmap is DummyWorkingBeatmap || !this.IsCurrentScreen()) return;
|
||||
|
||||
Logger.Log($"Song select working beatmap updated to {beatmap}");
|
||||
|
||||
|
Reference in New Issue
Block a user