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
Due to currentLap being initialized with a lapTime of 0 when application starts.
CarReference should instead, in the case where currentRace is already running, determine time since last lap and set currentLap.lapTime to that.
The text was updated successfully, but these errors were encountered:
Due to currentLap being initialized with a lapTime of 0 when application starts.
CarReference should instead, in the case where currentRace is already running, determine time since last lap and set currentLap.lapTime to that.
The text was updated successfully, but these errors were encountered: