diff --git a/Assets/Scripts/Games/AnimalAcrobat/EarFlap.cs b/Assets/Scripts/Games/AnimalAcrobat/EarFlap.cs index e110d3204..e3a0977f3 100644 --- a/Assets/Scripts/Games/AnimalAcrobat/EarFlap.cs +++ b/Assets/Scripts/Games/AnimalAcrobat/EarFlap.cs @@ -22,6 +22,10 @@ namespace HeavenStudio.Games.Scripts_AnimalAcrobat { BeatAction.New(this, new() { + new(0, delegate + { + //nasty hack, why does beataction do this? + }), new(beat + _holdLength - 2, delegate { _anim.DoScaledAnimationAsync(_animName, 0.5f);