Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Fixed Gearbox temperature clock
Browse files Browse the repository at this point in the history
  • Loading branch information
jilleb committed Mar 10, 2018
1 parent 6ae44cb commit 087f371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ private void updateClock(String query, Speedometer dial, RaySpeedometer visray)
}

break;
case "gearboxTemperature":
case "gearboxOilTemperature":

if (clockValue != null) {
dial.speedTo(clockValue == null ? 0.0f : clockValue);
Expand Down

0 comments on commit 087f371

Please sign in to comment.