mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Fixed Annotation.java, ImportantAnnotationController.java, RaceViewController.java to include estimate time to next mark after merge
#story[924]
This commit is contained in:
@@ -340,6 +340,13 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
|
||||
else{
|
||||
bg.setWakeVisible(false);
|
||||
}
|
||||
|
||||
if (importantAnnotations.getAnnotationState(Annotation.ESTTIMETONEXTMARK)) {
|
||||
bg.setEstTimeToNextMarkVisible(true);
|
||||
}
|
||||
else {
|
||||
bg.setEstTimeToNextMarkVisible(false);
|
||||
}
|
||||
}
|
||||
|
||||
private void setAnnotations(Integer annotationLevel) {
|
||||
|
||||
Reference in New Issue
Block a user