mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 12:37:30 +08:00
Manual fixes to reduce warnings to zero
This commit is contained in:
@@ -28,7 +28,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
private const float hover_duration = 500;
|
||||
private const float click_duration = 200;
|
||||
|
||||
public event Action<SelectionState> StateChanged;
|
||||
public event Action<SelectionState>? StateChanged;
|
||||
|
||||
private SelectionState state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user