mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Resolved confilct
This commit is contained in:
parent
d99283105e
commit
b8009dad20
@ -45,8 +45,6 @@ public class NetworkTransformReliable : NetworkTransformBase
|
||||
[Header("Snapshot Interpolation")]
|
||||
[Tooltip("Add a small timeline offset to account for decoupled arrival of NetworkTime and NetworkTransform snapshots.\nfixes: https://github.com/MirrorNetworking/Mirror/issues/3427")]
|
||||
public bool timelineOffset = false;
|
||||
double timeStampAdjustment => NetworkServer.sendInterval * (sendIntervalMultiplier - 1);
|
||||
double offset => timelineOffset ? NetworkServer.sendInterval * sendIntervalMultiplier : 0;
|
||||
|
||||
// Ninja's Notes on offset & mulitplier:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user