mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
...
This commit is contained in:
parent
01633f3817
commit
7e24c7af25
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ namespace SanAndreasUnity.UI
|
|||
if (NetStatus.IsClientConnecting())
|
||||
{
|
||||
strStatus = "Connecting.";
|
||||
for (int i = 0; i < ((int)Time.realtimeSinceStartup) % 3; i++)
|
||||
for (int i = 0; i < ((int)Time.timeAsDouble) % 3; i++)
|
||||
strStatus += ".";
|
||||
}
|
||||
else if (NetStatus.IsClientConnected())
|
||||
|
|
Loading…
Reference in a new issue