Skip to content

Commit 026fc5b

Browse files
committed
mixed doubles
1 parent 36af1c1 commit 026fc5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Geoscape/Globe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ void Globe::drawPath(Surface *surface, double lon1, double lat1, double lon2, do
16181618
{
16191619
double length;
16201620
Sint16 count;
1621-
Sint16 x1, y1, x2, y2;
1621+
double x1, y1, x2, y2;
16221622
CordPolar p1, p2;
16231623
Cord a(CordPolar(lon1, lat1));
16241624
Cord b(CordPolar(lon2, lat2));

0 commit comments

Comments
 (0)