mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NTRCustomSendInterval LateUpdate
This commit is contained in:
parent
f2cc2ba9ca
commit
feb5d5286e
@ -57,7 +57,7 @@ protected override void Awake()
|
||||
}
|
||||
|
||||
// update //////////////////////////////////////////////////////////////
|
||||
void Update()
|
||||
void LateUpdate()
|
||||
{
|
||||
// if server then always sync to others.
|
||||
if (isServer) UpdateServer();
|
||||
|
Loading…
Reference in New Issue
Block a user