1
0
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:
BlauFx 2022-08-06 18:49:07 +02:00
parent fa6d55b5b5
commit bd43a9e96e
No known key found for this signature in database
GPG Key ID: BB73374479D2AA97

View File

@ -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; }