fix: NetworkStatistics Unity 2019 support (part two)

This commit is contained in:
vis2k 2022-03-19 01:45:13 +08:00
parent 8f357d5961
commit 4b207d2994

View File

@ -128,7 +128,7 @@ void Update()
if (NetworkClient.active) UpdateClient();
if (NetworkServer.active) UpdateServer();
intervalStartTime = Time.timeAsDouble;
intervalStartTime = NetworkTime.localTime;
}
}