From f7e5dfe13a04c7a6776f1506b66771e22aecdc51 Mon Sep 17 00:00:00 2001 From: HeatXD <45072324+HeatXD@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:42:11 +0200 Subject: [PATCH] fix comment. --- src/core/netplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;