NTRCustomSendInterval LateUpdate

This commit is contained in:
MrGadget1024 2023-02-17 22:03:08 -05:00
parent f2cc2ba9ca
commit feb5d5286e

View File

@ -57,7 +57,7 @@ protected override void Awake()
}
// update //////////////////////////////////////////////////////////////
void Update()
void LateUpdate()
{
// if server then always sync to others.
if (isServer) UpdateServer();