1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 20:32:55 +08:00

Add comment

This commit is contained in:
Dean Herbert 2017-07-14 09:39:40 +09:00
parent 840cc918ea
commit 6c9219856d

View File

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