From 19f5dd193f9c5c51a595a579ec712ef67960c1a0 Mon Sep 17 00:00:00 2001 From: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:17:41 +0200 Subject: [PATCH] nasty hack --- Assets/Scripts/Games/AnimalAcrobat/EarFlap.cs | 4 ++++ 1 file changed, 4 insertions(+) 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);