SenorPez / project-cars-replay-enhancer

Project CARS Replay Enhancer: Combines telemetry data with replay video to improve Project CARS replays.
MIT License
12 stars 1 forks source link

Race Starts With Time on the Clock #18

Closed SenorPez closed 8 years ago

SenorPez commented 8 years ago

The race will occasionally start with time on the timer.

This is most likely due to the update rate of the telemetry packets, in that the race starts between UDP packets so the "first" packet of the race is actually a few fractions of a second into the race. Solution would be to force the timer to 0.00 before the race starts.