fix comment.

This commit is contained in:
HeatXD 2023-04-12 15:42:11 +02:00
parent 1b92f091be
commit f7e5dfe13a
No known key found for this signature in database
GPG Key ID: BF30D71B2F1305C7
1 changed files with 1 additions and 1 deletions

View File

@ -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;