Fixed boat trials rendering abnormally

#issue[65] #fix
This commit is contained in:
Calum
2017-09-26 01:07:02 +13:00
parent 6cba024d64
commit 83871a0336
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import javafx.geometry.Point2D;
import seng302.utilities.GeoUtility;
/**
* Created by cir27 on 26/09/17.
* Contains information on a scaled lat lon point for use with mapping geographical elements to a 2d plane.
*/
public class ScaledPoint extends GeoPoint {