diff --git a/Assets/Mirror/Examples/TestNT/Scripts/NTRCustomSendInterval.cs b/Assets/Mirror/Examples/TestNT/Scripts/NTRCustomSendInterval.cs index af3da3b91..ad20b56b8 100644 --- a/Assets/Mirror/Examples/TestNT/Scripts/NTRCustomSendInterval.cs +++ b/Assets/Mirror/Examples/TestNT/Scripts/NTRCustomSendInterval.cs @@ -57,7 +57,7 @@ protected override void Awake() } // update ////////////////////////////////////////////////////////////// - void Update() + void LateUpdate() { // if server then always sync to others. if (isServer) UpdateServer();