Skip to content

Commit

Permalink
no interrpolation!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Bod9001 committed May 19, 2024
1 parent a61ee4f commit 72b79ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Assets/Mirror/Core/NetworkClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,8 @@ static void BootstrapIdentity(NetworkIdentity identity)
// broadcast ///////////////////////////////////////////////////////////
static void BroadcastTimeSnapshot()
{
Send(new TimeSnapshotMessage(), Channels.Unreliable);
/// UNITYSTATION CODE /// This is completely unneeded since we don't need interpolation for objects and physics
//Send(new TimeSnapshotMessage(), Channels.Unreliable);
}

// make sure Broadcast() is only called every sendInterval.
Expand Down

0 comments on commit 72b79ff

Please sign in to comment.