diff --git a/Assets/Mirror/Core/NetworkClient_TimeInterpolation.cs b/Assets/Mirror/Core/NetworkClient_TimeInterpolation.cs index d5f63b3c9..49c5c8f13 100644 --- a/Assets/Mirror/Core/NetworkClient_TimeInterpolation.cs +++ b/Assets/Mirror/Core/NetworkClient_TimeInterpolation.cs @@ -100,7 +100,6 @@ public static partial class NetworkClient public static int deliveryTimeEmaDuration = 2; // 1-2s recommended to capture average delivery time static ExponentialMovingAverage deliveryTimeEma; // average delivery time (standard deviation gives average jitter) - // OnValidate: see NetworkClient.cs // add snapshot & initialize client interpolation time if needed