mirror of
https://github.com/osukey/osukey.git
synced 2025-07-25 04:10:03 +09:00
Nullref quickfix in PlayButton
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Overlays.Direct
|
||||
if (value == beatmapSet) return;
|
||||
beatmapSet = value;
|
||||
|
||||
Preview.Stop(parentOverlayContainer);
|
||||
Preview?.Stop(parentOverlayContainer);
|
||||
Playing.Value = false;
|
||||
Preview = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user