mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 14:13:18 +08:00
add condition
This commit is contained in:
parent
87b4fee10f
commit
4773979e52
@ -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}");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user