From d5179ceb948de5bbcdad2252a6b2e3680616f06d 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 dbe0eeba8..60a3e6e34 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; }