Marks display correctly on the canvas, no double ups or anything like that left.

#[issue10]
This commit is contained in:
alistairjmcintyre
2017-05-22 13:22:55 +12:00
parent b692ddcbe6
commit be633c0e60
6 changed files with 20 additions and 8 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("csse-s302staff.canterbury.ac.nz", 4941, "RaceStream");
sr = new StreamReceiver("localhost", 4949, "RaceStream");
}
sr.start();