mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 04:59:52 +08:00
Fix test regression due to missing argument
This commit is contained in:
@@ -473,7 +473,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
}
|
||||
|
||||
protected override MasterGameplayClockContainer CreateMasterGameplayClockContainer(WorkingBeatmap beatmap)
|
||||
=> new MasterGameplayClockContainer(beatmap, gameplayStartTime ?? 0);
|
||||
=> new MasterGameplayClockContainer(beatmap, gameplayStartTime ?? 0, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user