Llandy Riveron Del Risco 4 месяцев назад
Родитель
Сommit
4170b213ba
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      Assets/Scripts/Script/LobbyManager_RandomMatch.cs

+ 0 - 2
Assets/Scripts/Script/LobbyManager_RandomMatch.cs

@@ -121,7 +121,6 @@ public class LobbyManager_RandomMatch : MonoBehaviourPunCallbacks
         ReturnButton.SetActive(true);
         MessageText.text = "";
         TimeText.gameObject.SetActive(true);
-        StartCoroutine(TimeCountUp());
         timer = 0;
         count = true;
 
@@ -151,7 +150,6 @@ public class LobbyManager_RandomMatch : MonoBehaviourPunCallbacks
 
         while (!DoneCompleteMatching)
         {
-            time += (int)Time.deltaTime;
             string min = (time / 60).ToString();
             string sec = (time % 60).ToString();