diff --git a/Assets/Scripts/Games/KarateMan/KarateMan.cs b/Assets/Scripts/Games/KarateMan/KarateMan.cs index b2a055c20..6e64c5daf 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; }