mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix unfixed regressions
This commit is contained in:
@ -152,7 +152,7 @@ namespace osu.Game.Overlays.Direct
|
||||
// We may have been replaced by another loader
|
||||
if (trackLoader != d) return;
|
||||
|
||||
Preview = (d as TrackLoader)?.Preview;
|
||||
Preview = d?.Preview;
|
||||
Playing.TriggerChange();
|
||||
loading = false;
|
||||
Add(trackLoader);
|
||||
|
Reference in New Issue
Block a user