You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RenetClient increments its current_time by adding the duration of the last tick. Since Duration doesn't have infinite precision, this causes current_time to drift. For long-running servers and clients this may become noticeable.
The time should instead be set equal to the actual current time.
The text was updated successfully, but these errors were encountered:
RenetClient
increments itscurrent_time
by adding the duration of the last tick. SinceDuration
doesn't have infinite precision, this causescurrent_time
to drift. For long-running servers and clients this may become noticeable.The time should instead be set equal to the actual current time.
The text was updated successfully, but these errors were encountered: