mirror of
https://github.com/osukey/osukey.git
synced 2025-06-18 01:37:57 +09:00
maybe fix
This commit is contained in:
parent
e5308b6247
commit
af0eaab78c
@ -87,7 +87,9 @@ namespace osu.Game.Beatmaps
|
|||||||
{
|
{
|
||||||
if (track != null) return track;
|
if (track != null) return track;
|
||||||
|
|
||||||
track = GetTrack();
|
// we want to ensure that we always have a track, even if it's a fake one.
|
||||||
|
track = GetTrack() ?? new TrackVirtual();
|
||||||
|
|
||||||
applyRateAdjustments();
|
applyRateAdjustments();
|
||||||
return track;
|
return track;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user