mirror of
https://github.com/ppy/osu
synced 2025-02-01 02:41:52 +00:00
Make SongProgress.DrawableRuleset
nullable to allow test scene to work
This commit is contained in:
parent
e252f1a3cd
commit
4650c197a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user