mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add explicit LoadTrack method
This commit is contained in:
@ -22,7 +22,9 @@ namespace osu.Game.Tests.Gameplay
|
||||
AddStep("create container", () =>
|
||||
{
|
||||
var working = CreateWorkingBeatmap(new OsuRuleset().RulesetInfo);
|
||||
Add(gcc = new GameplayClockContainer(working.GetTrack(), working, Array.Empty<Mod>(), 0));
|
||||
working.LoadTrack();
|
||||
|
||||
Add(gcc = new GameplayClockContainer(working, Array.Empty<Mod>(), 0));
|
||||
});
|
||||
|
||||
AddStep("start track", () => gcc.Start());
|
||||
|
Reference in New Issue
Block a user