Commit 24be542c authored by 13정준영's avatar 13정준영

리플레이시 점수 버그 수정

parent 9a6949d0
......@@ -99,6 +99,8 @@ public class PlayEngine : SingletonBehaviour<PlayEngine>
Debug.Log(playOffset);
combo = maxCombo = score = miss = perfect = hit = 0;
IngameUIManager.inst.UpdateComboUI(0);
IngameUIManager.inst.UpdateScoreUI(0);
}
void OnEnable()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment