Made start/finish lines a different color.

#story[923]
This commit is contained in:
Alistair McIntyre
2017-05-22 15:10:05 +12:00
parent be633c0e60
commit 78573fa837
3 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ public class App extends Application {
//Change the StreamReceiver in this else block to change the default data source.
else{
// sr = new StreamReceiver("localhost", 4949, "RaceStream");
sr = new StreamReceiver("localhost", 4949, "RaceStream");
sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941, "RaceStream");
}
sr.start();