Tried to merge game loop with the broadcast. Minor error in canvas. need to fix.

#story[1047]
This commit is contained in:
Kusal Ekanayake
2017-07-23 17:37:45 +12:00
parent 41851ee925
commit ed2a22b573
4 changed files with 7 additions and 14 deletions
+1 -4
View File
@@ -93,7 +93,7 @@ public class Yacht {
this.boatName = boatName;
this.velocity = boatVelocity;
this.shortName = shortName;
this.sourceID = id;
this.sourceId = id;
this.sailIn = false;
}
@@ -339,7 +339,4 @@ public class Yacht {
return location;
}
public Double getHeading() {
return heading;
}
}