mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 12:22:57 +08: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…
Reference in New Issue
Block a user