mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 13:22:57 +08:00
Move track assignment below
This commit is contained in:
parent
6a03b4e0de
commit
50923b6e5b
@ -68,10 +68,11 @@ namespace osu.Game.Screens.Play
|
||||
public MasterGameplayClockContainer(WorkingBeatmap beatmap, double skipTargetTime)
|
||||
: base(beatmap.Track, true)
|
||||
{
|
||||
track = beatmap.Track;
|
||||
this.beatmap = beatmap;
|
||||
this.skipTargetTime = skipTargetTime;
|
||||
|
||||
track = beatmap.Track;
|
||||
|
||||
StartTime = findEarliestStartTime();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user