mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 04:07:22 +09:00
Fix compile error
This commit is contained in:
parent
80473a356e
commit
5da18c51a4
@ -92,7 +92,7 @@ namespace osu.Game.Tests.Gameplay
|
||||
var working = CreateWorkingBeatmap(new OsuRuleset().RulesetInfo);
|
||||
working.LoadTrack();
|
||||
|
||||
Add(gameplayContainer = new GameplayClockContainer(working, 1000, true));
|
||||
Add(gameplayContainer = new MasterGameplayClockContainer(working, 1000, true));
|
||||
|
||||
gameplayContainer.Add(sample = new DrawableStoryboardSample(new StoryboardSampleInfo(string.Empty, 0, 1))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user