Преглед изворни кода

fix timer reset on room enter

Llandy Riveron Del Risco пре 4 месеци
родитељ
комит
0719237ddf
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      Assets/Scripts/Script/LobbyManager_RandomMatch.cs

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

@@ -222,8 +222,6 @@ public class LobbyManager_RandomMatch : MonoBehaviourPunCallbacks
 
         yield return ContinuousController.instance.StartCoroutine(loadingObject.EndLoading());
 
-        time = 0;
-
         ReturnButton.SetActive(true);
     }
     #endregion