]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/light.cxx
Corrected typo ("Celsius" rather than "Celcius") and added to cast to
[flightgear.git] / src / Time / light.cxx
index 409d65182b32075ae00560965e6b60db5f2c3028..fa5617d37e21b7094b1334643dffd11d168855e5 100644 (file)
@@ -177,7 +177,7 @@ void fgLIGHT::UpdateAdjFog( void ) {
     }
     if ( globals->get_current_view()->get_view_offset() < -2.0 * SGD_2PI ||
         globals->get_current_view()->get_view_offset() > 2.0 * SGD_2PI ) {
-       SG_LOG( SG_EVENT, SG_ALERT, "Psi rotation bad = " 
+       SG_LOG( SG_EVENT, SG_ALERT, "current view()->view offset bad = " 
                << globals->get_current_view()->get_view_offset() );
        exit(-1);
     }