mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Making the boat sparkline initialise after the race screen is shown.
#story[952]
This commit is contained in:
@@ -522,4 +522,11 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
|
||||
Stage getStage() {
|
||||
return stage;
|
||||
}
|
||||
|
||||
public static boolean sparkLineStatus(Integer yachtId) {
|
||||
if (sparklineData.containsKey(yachtId)){
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user