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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: