Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2006, 1:16:43 PM (18 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine: activating/deactivating fogEffect in the oxw-file works,default: deactivate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.h

    r8020 r8023  
    3434                virtual bool deactivate();
    3535
    36                 void activateRain();
    37                 void deactivateRain();
     36    void activateRain() { this->activate(); }
     37    void deactivateRain() { this->deactivate(); }
    3838
    3939                virtual void tick(float dt);
Note: See TracChangeset for help on using the changeset viewer.