Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2006, 1:16:43 PM (19 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/snow_effect.h

    r8022 r8023  
    3636                virtual void tick(float dt);
    3737
    38                 void activateSnow();
    39                 void deactivateSnow();
     38    void activateSnow() { this->activate(); }
     39    void deactivateSnow() { this->deactivate(); }
    4040
    4141                inline void numParticles(int n) { this->particles = n; }
Note: See TracChangeset for help on using the changeset viewer.