Fixed juttery movements when zooming and sometimes tracking.

Need to look into getting the boat propery fixed in the center.

#story[1121]
This commit is contained in:
Kusal Ekanayake
2017-08-15 19:14:16 +12:00
parent fab5f9229f
commit 7fbecc8b3d
2 changed files with 13 additions and 9 deletions
@@ -229,7 +229,6 @@ public class GameClient {
positionData.getLon(), positionData.getHeading(),
positionData.getGroundSpeed());
}
raceView.getGameView().trackBoat();
} else if (positionData.getType() == DeviceType.MARK_TYPE) {
//CompoundMark mark = courseData.getCompoundMarks().get(positionData.getDeviceId());
}