This commit is contained in:
minenice55 2024-05-13 21:14:03 -04:00
parent 76eab6f47e
commit db863e5064
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ namespace HeavenStudio.Games
NoriGO.SetActive(true);
Nori.SetNoriMode(beat, mode);
currentBgEffect = fxType;
IsComboEnable = (ComboMode)comb;
IsComboEnable = (ComboMode)combo;
// IsKickEnable = kick;
}