mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Add missing type specification
This commit is contained in:
parent
fa6d55b5b5
commit
bd43a9e96e
@ -41,7 +41,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private bool isClickable;
|
||||
|
||||
public BindableBool IsSkippable = new()!;
|
||||
public BindableBool IsSkippable = new BindableBool()!;
|
||||
|
||||
[Resolved]
|
||||
private GameplayClock gameplayClock { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user