diff --git a/Assets/Mirror/Examples/BilliardsPredicted/PredictionNetworkManager.cs b/Assets/Mirror/Examples/BilliardsPredicted/PredictionNetworkManager.cs index 4efc51774..82318a136 100644 --- a/Assets/Mirror/Examples/BilliardsPredicted/PredictionNetworkManager.cs +++ b/Assets/Mirror/Examples/BilliardsPredicted/PredictionNetworkManager.cs @@ -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() {