Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

branches/atmospheric_engine

File:
1 edited

Legend:

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

    r8356 r8373  
    2727SHELL_COMMAND(fadeout, FogEffect, fadeOutFog);
    2828
     29// TODO: Fix fades
    2930
    3031using namespace std;
     
    133134                return;
    134135               
    135 
    136136        if (this->fogFadeInDuration > 0 && this->localTimer < this->fogFadeInDuration) {
    137137                this->localTimer += dt;
Note: See TracChangeset for help on using the changeset viewer.