From 61f526745fb4d20159bd5970401589df8d7c3942 Mon Sep 17 00:00:00 2001 From: kkuhn317 <55213985+kkuhn317@users.noreply.github.com> Date: Tue, 17 Jan 2023 22:11:16 -0500 Subject: [PATCH] Catchy Tune fix weird bop issue --- Assets/Scripts/Games/CatchyTune/CatchyTune.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)