Skip to content

Commit

Permalink
o
Browse files Browse the repository at this point in the history
  • Loading branch information
minenice55 committed May 14, 2024
1 parent 94d7380 commit ce64c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Games/KarateMan/KarateMan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ public void SetGameplayMods(double beat, int fxType, int mode, int combo)
NoriGO.SetActive(true);
Nori.SetNoriMode(beat, mode);
currentBgEffect = fxType;
IsComboEnable = (ComboMode)comb;
IsComboEnable = (ComboMode)combo;
// IsKickEnable = kick;
}

Expand Down

0 comments on commit ce64c76

Please sign in to comment.