Skip to content

Commit

Permalink
Fixed issue with LapCounter in MainComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
CrWillson committed Sep 9, 2023
1 parent 0268e65 commit f9124d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Display/MainComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MainComponent::MainComponent() :
_map("Tracks/ShellTrackFixed.svg", TRACK_DIST),
_tilt(3.1415f / 12.0f),
_timer(),
_counter(TRACK_DIST, 1, true),
_counter(TRACK_DIST, 1),
_engTemp(0.0f, 90.0f, 9, 'E', 80.0f),
_coolTemp(0.0f, 110.0f, 9, 'C', 100.0f),
_intakeTemp(0.0f, 110.0f, 9, 'I', 100.0f),
Expand Down

0 comments on commit f9124d9

Please sign in to comment.