Skip to content

Commit

Permalink
Fix visual glitch on long turns
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Jan 6, 2019
1 parent b6701ed commit 3bef704
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,9 @@ public double percentFloating() {
}
return floating / (double)total;
}

@Override
public double getTrackGauge() {
return info.settings.gauge.value();
}
}

0 comments on commit 3bef704

Please sign in to comment.