mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 07:23:14 +08:00
Add comment for pendingAnimation
This commit is contained in:
parent
5a892e4d08
commit
2ce2bd9788
@ -144,6 +144,8 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
// temporarily unbind as to not look weird during flash animation.
|
||||
Progress.UnbindAll();
|
||||
|
||||
// avoid starting a new confirm call until we finish animating.
|
||||
pendingAnimation = true;
|
||||
|
||||
innerCircle.ScaleTo(0, 100)
|
||||
|
Loading…
Reference in New Issue
Block a user