diff --git a/src/core/netplay.cpp b/src/core/netplay.cpp index 2026c8190..1271b2f60 100644 --- a/src/core/netplay.cpp +++ b/src/core/netplay.cpp @@ -199,7 +199,7 @@ void Netplay::UpdateThrottlePeriod() void Netplay::HandleTimeSyncEvent(float frame_delta, int update_interval) { - // threshold to what is is with correcting for. + // we need a threshold since sub frame values are not worth correcting for. if (frame_delta <= 1.0f) return;