From b177f8551b1c59e3d182102fda33984b04d18903 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Mon, 13 May 2024 21:14:03 -0400 Subject: [PATCH] o --- Assets/Scripts/Games/KarateMan/KarateMan.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/KarateMan/KarateMan.cs b/Assets/Scripts/Games/KarateMan/KarateMan.cs index b2a055c2..6e64c5da 100644 --- a/Assets/Scripts/Games/KarateMan/KarateMan.cs +++ b/Assets/Scripts/Games/KarateMan/KarateMan.cs @@ -1126,7 +1126,7 @@ namespace HeavenStudio.Games NoriGO.SetActive(true); Nori.SetNoriMode(beat, mode); currentBgEffect = fxType; - IsComboEnable = (ComboMode)comb; + IsComboEnable = (ComboMode)combo; // IsKickEnable = kick; }