mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-24 21:13:01 +00:00
...
This commit is contained in:
parent
ff896ab512
commit
0ae5c8af8a
1 changed files with 3 additions and 3 deletions
|
@ -312,10 +312,10 @@ namespace SanAndreasUnity.Net
|
|||
break;
|
||||
|
||||
SyncData syncData = m_snapshotBuffer.Peek();
|
||||
if (syncData.RemoteTimeStamp < currentNetworkTime)
|
||||
m_snapshotBuffer.Dequeue();
|
||||
else
|
||||
if (syncData.RemoteTimeStamp >= currentNetworkTime)
|
||||
break;
|
||||
|
||||
m_snapshotBuffer.Dequeue();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue