mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 20:32:55 +08:00
Add comment
This commit is contained in:
parent
840cc918ea
commit
6c9219856d
@ -284,6 +284,9 @@ namespace osu.Game.Screens.Play
|
||||
aspect.ScaleTo(1.2f, 2000, EasingTypes.OutQuint);
|
||||
|
||||
bool result = base.OnClick(state);
|
||||
|
||||
// for now, let's disable the skip button after the first press.
|
||||
// this will likely need to be contextual in the future (bound from external components).
|
||||
Enabled.Value = false;
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user