mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +00:00
Merge branch 'master' into mania-hit-explosions
This commit is contained in:
commit
ba4b9e3411
@ -87,7 +87,9 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
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();
|
||||
return track;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user