From db863e5064a0b1965d1040caeaa996c5435696fc 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 dbe0eeba..60a3e6e3 100644 --- a/Assets/Scripts/Games/KarateMan/KarateMan.cs +++ b/Assets/Scripts/Games/KarateMan/KarateMan.cs @@ -1125,7 +1125,7 @@ namespace HeavenStudio.Games NoriGO.SetActive(true); Nori.SetNoriMode(beat, mode); currentBgEffect = fxType; - IsComboEnable = (ComboMode)comb; + IsComboEnable = (ComboMode)combo; // IsKickEnable = kick; }