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

Investigate Improvements to Gap Time Flyout #118

Open SenorPez opened 7 years ago

SenorPez commented 7 years ago

If the gap time is negative (possible in the first few laps of a race), we currently just write the lap time. While this solution works, it's not optimal, since we now have a GapTimeFlyout object that looks like a LapTimeFlyout object.

Investigate better ways of handling this edge case.