mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Make SongProgress.DrawableRuleset
nullable to allow test scene to work
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user