mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add comment for pendingAnimation
This commit is contained in:
@ -144,6 +144,8 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
|
|
||||||
// temporarily unbind as to not look weird during flash animation.
|
// temporarily unbind as to not look weird during flash animation.
|
||||||
Progress.UnbindAll();
|
Progress.UnbindAll();
|
||||||
|
|
||||||
|
// avoid starting a new confirm call until we finish animating.
|
||||||
pendingAnimation = true;
|
pendingAnimation = true;
|
||||||
|
|
||||||
innerCircle.ScaleTo(0, 100)
|
innerCircle.ScaleTo(0, 100)
|
||||||
|
Reference in New Issue
Block a user