boat movement working reliably now, still need to fix one bug at initialization #story[923]

This commit is contained in:
Peter Galloway
2017-05-17 17:34:47 +12:00
parent 9e3036e134
commit aaa3dc93f1
4 changed files with 77 additions and 47 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public class App extends Application
}
//Change the StreamReceiver in this else block to change the default data source.
else{
sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
sr = new StreamReceiver("localhost", 4949, "RaceStream");
}
sr.start();