]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/geocoord.cxx
Fix a bug in cloud texture state loading which caused the cloud textures to
[simgear.git] / simgear / timing / geocoord.cxx
index 9778c2818fa401b957890337d821b7a399c45dba..a52d26d033bcd9424d936949b08503da7073c254 100644 (file)
@@ -64,7 +64,7 @@ GeoCoord::GeoCoord(const GeoCoord& other)
 //   GeoCoordVectorConstIterator i, nearest;
 //   for (i = data.begin(); i != data.end(); i++)
 //     {
-//       angle = RAD_TO_DEG * (*i)->getAngle(ref);
+//       angle = SGD_RADIANS_TO_DEGREES * (*i)->getAngle(ref);
 //       if (angle < maxAngle)
 //     {
 //       maxAngle = angle;