Removed white behind fps counter

This commit is contained in:
Kusal Ekanayake
2017-05-02 14:18:40 +12:00
parent 178af141f0
commit 04ce6f6103
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ public class App extends Application
sr = new StreamReceiver("localhost", 8085, "RaceStream");
}
else{
sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941,"RaceStream");
// sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
// sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941,"RaceStream");
sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
// sr = new StreamReceiver("localhost", 8085, "RaceStream");
}