From dda7ebfe0d6d8bd229ada23630aca47ce57e5c9f Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 10 Jul 2000 13:18:10 +0000 Subject: [PATCH] Minor spelling changes in comments. --- simgear/sky/cloud.cxx | 6 +++--- simgear/sky/dome.cxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/simgear/sky/cloud.cxx b/simgear/sky/cloud.cxx index 5d6ec288..0b439771 100644 --- a/simgear/sky/cloud.cxx +++ b/simgear/sky/cloud.cxx @@ -162,9 +162,9 @@ bool SGCloudLayer::reposition( sgVec3 p, sgVec3 up, double lon, double lat, // Rotate to proper orientation // printf(" lon = %.2f lat = %.2f\n", - // FG_Longitude * SGD_RADIANS_TO_DEGREES, - // FG_Latitude * SGD_RADIANS_TO_DEGREES); - // xglRotatef( f->get_Longitude() * SGD_RADIANS_TO_DEGREES, 0.0, 0.0, 1.0 ); + // lon * SGD_RADIANS_TO_DEGREES, + // lat * SGD_RADIANS_TO_DEGREES); + // xglRotatef( lon * SGD_RADIANS_TO_DEGREES, 0.0, 0.0, 1.0 ); sgSetVec3( axis, 0.0, 0.0, 1.0 ); sgMakeRotMat4( LON, lon * SGD_RADIANS_TO_DEGREES, axis ); diff --git a/simgear/sky/dome.cxx b/simgear/sky/dome.cxx index 0032bd8f..74790bb0 100644 --- a/simgear/sky/dome.cxx +++ b/simgear/sky/dome.cxx @@ -507,9 +507,9 @@ bool SGSkyDome::reposition( sgVec3 p, double lon, double lat, double spin ) { // Rotate to proper orientation // printf(" lon = %.2f lat = %.2f\n", - // FG_Longitude * SGD_RADIANS_TO_DEGREES, - // FG_Latitude * SGD_RADIANS_TO_DEGREES); - // xglRotatef( f->get_Longitude() * SGD_RADIANS_TO_DEGREES, 0.0, 0.0, 1.0 ); + // lon * SGD_RADIANS_TO_DEGREES, + // lat * SGD_RADIANS_TO_DEGREES); + // xglRotatef( lon * SGD_RADIANS_TO_DEGREES, 0.0, 0.0, 1.0 ); sgSetVec3( axis, 0.0, 0.0, 1.0 ); sgMakeRotMat4( LON, lon * SGD_RADIANS_TO_DEGREES, axis ); -- 2.39.5