Skip to content

Commit

Permalink
Add one more missing dependency required by SongProgress
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Mar 17, 2022
1 parent 4650c19 commit ef29de9
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -42,6 +42,9 @@ public class TestSceneBeatmapSkinFallbacks : OsuPlayerTestScene
[Cached]
private GameplayState gameplayState = new GameplayState(new TestBeatmap(new OsuRuleset().RulesetInfo), new OsuRuleset());

[Cached]
private readonly GameplayClock gameplayClock = new GameplayClock(new FramedClock());

protected override bool HasCustomSteps => true;

[Test]
Expand Down

0 comments on commit ef29de9

Please sign in to comment.