Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8445 in orxonox.OLD


Ignore:
Timestamp:
Jun 15, 2006, 11:28:26 AM (18 years ago)
Author:
amaechler
Message:

branches/atmospheric_engine: pushing revision number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.cc

    r8444 r8445  
    128128        if ( this->fogFadeInActivate ) {
    129129                glFogf(GL_FOG_DENSITY, this->fogFadeInDensity);
    130                 PRINTF(0)( "this->fogFadeInDensity: %f\n", this->fogFadeInDensity);
     130                // PRINTF(0)( "this->fogFadeInDensity: %f\n", this->fogFadeInDensity);
    131131        }
    132132        // If Fog Fade Out
Note: See TracChangeset for help on using the changeset viewer.