diff --git a/Assets/Scripts/Games/CatchyTune/CatchyTune.cs b/Assets/Scripts/Games/CatchyTune/CatchyTune.cs index e526b0f0c..d31274a83 100644 --- a/Assets/Scripts/Games/CatchyTune/CatchyTune.cs +++ b/Assets/Scripts/Games/CatchyTune/CatchyTune.cs @@ -178,7 +178,7 @@ namespace HeavenStudio.Games { if (bopLeft && stopCatchLeft == 0) { - plalinAnim.SetTrigger("bop"); + plalinAnim.Play("bop", 0, 0); } if (bopRight && stopCatchRight == 0)