mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkTransformReliable - comments
This commit is contained in:
parent
32577f62bf
commit
08e595caf1
@ -178,6 +178,9 @@ public override void OnSerialize(NetworkWriter writer, bool initialState)
|
||||
// for interpolated client owned identities,
|
||||
// always broadcast the latest known snapshot so other clients can
|
||||
// interpolate immediately instead of catching up too
|
||||
|
||||
// See https://github.com/MirrorNetworking/Mirror/issues/3317
|
||||
// Commenting out this 1f block substantially smoothed out C2S experience
|
||||
//if (SkipQueue())
|
||||
//{
|
||||
// snapshot = serverSnapshots.Values[serverSnapshots.Count - 1];
|
||||
|
Loading…
Reference in New Issue
Block a user