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 afddbe9 commit d5179ce
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 @@ -1125,7 +1125,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 d5179ce

Please sign in to comment.