Make SongProgress.DrawableRuleset nullable to allow test scene to work

This commit is contained in:
Dean Herbert 2022-03-17 18:45:35 +09:00
parent e252f1a3cd
commit 4650c197a3

View File

@ -76,7 +76,7 @@ namespace osu.Game.Screens.Play
[Resolved]
private GameplayClock gameplayClock { get; set; }
[Resolved]
[Resolved(canBeNull: true)]
private DrawableRuleset drawableRuleset { get; set; }
private IClock referenceClock;