Fixed correction update issue on NetworkedNavMeshAgent

This commit is contained in:
Albin Corén 2018-03-28 19:42:08 +02:00
parent 020847a91b
commit 27798000ba

View File

@ -102,6 +102,7 @@ namespace MLAPI.MonoBehaviours.Prototyping
SendToClientsTarget(proximityClients, "MLAPI_OnNavMeshCorrectionUpdate", "MLAPI_NAV_AGENT_CORRECTION", stream.GetBuffer());
}
}
lastCorrectionTime = Time.time;
}
}