Catchy Tune fix weird bop issue

This commit is contained in:
kkuhn317 2023-01-17 22:11:16 -05:00
parent 9018365119
commit 61f526745f

View file

@ -178,7 +178,7 @@ namespace HeavenStudio.Games
{ {
if (bopLeft && stopCatchLeft == 0) if (bopLeft && stopCatchLeft == 0)
{ {
plalinAnim.SetTrigger("bop"); plalinAnim.Play("bop", 0, 0);
} }
if (bopRight && stopCatchRight == 0) if (bopRight && stopCatchRight == 0)