Compare commits

..

1 Commits

Author SHA1 Message Date
MrGadget
d825caab67
Merge 2508cfd618 into 1e04c9833b 2024-11-11 13:38:54 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -367,7 +367,7 @@ protected virtual void OnClientToServerDeltaSync(byte baselineTick, Vector3 posi
bufferSizeLimit, bufferSizeLimit,
new TransformSnapshot( new TransformSnapshot(
timestamp, // arrival remote timestamp. NOT remote time. timestamp, // arrival remote timestamp. NOT remote time.
NetworkTime.localTime, // Unity 2019 doesn't have Time.timeAsDouble yet Time.timeAsDouble,
position, position,
rotation, rotation,
scale scale
@ -710,8 +710,8 @@ protected virtual void OnServerToClientDeltaSync(byte baselineTick, Vector3 posi
clientSnapshots, clientSnapshots,
bufferSizeLimit, bufferSizeLimit,
new TransformSnapshot( new TransformSnapshot(
timestamp, // arrival remote timestamp. NOT remote time. timestamp, // arrival remote timestamp. NOT remote time.
NetworkTime.localTime, // Unity 2019 doesn't have Time.timeAsDouble yet Time.timeAsDouble,
position, position,
rotation, rotation,
scale scale