disable warning

This commit is contained in:
mischa 2023-09-01 15:06:40 +02:00
parent 5f06cd60b3
commit 12e7354f2c

View File

@ -10,7 +10,7 @@ public class PredictionNetworkManager : NetworkManager
{
// physics simulation isn't called automatically anymore.
// count the update time and call it every fixedDeltaTime manually.
double timeAccumulator = 0;
// double timeAccumulator = 0;
public override void Awake()
{