X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWeather%2Fweather.hxx;h=03e5714f28e1819b0b8cbdf7ac72f235d8f47a88;hb=2aca8ca2cf9ecef0f28cdc4f3f7882de0d042e33;hp=e703d704b7ffca3a2ecd40604fc1cc3813fa00c4;hpb=945163b5409367d6cdf6ee200eae7cffd4c58c1e;p=flightgear.git diff --git a/src/Weather/weather.hxx b/src/Weather/weather.hxx index e703d704b..03e5714f2 100644 --- a/src/Weather/weather.hxx +++ b/src/Weather/weather.hxx @@ -69,8 +69,8 @@ public: xglFogf (GL_FOG_DENSITY, fog_exp2_density); xglFogi( GL_FOG_MODE, GL_EXP2 ); - // FG_LOG( FG_INPUT, FG_DEBUG, "Fog density = " << fog_density ); - // FG_LOG( FG_INPUT, FG_INFO, + // SG_LOG( SG_INPUT, SG_DEBUG, "Fog density = " << fog_density ); + // SG_LOG( SG_INPUT, SG_INFO, // "Fog exp2 density = " << fog_exp2_density ); } };