Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 2, 2006, 12:29:27 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: GraphicsEffects are BaseObject Lists now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/effects/graphics_effect.cc

    r6977 r6979  
    3737  this->setClassID(CL_GRAPHICS_EFFECT, "GraphicsEffect");
    3838  this->bActivated = false;
    39 
    40   this->bActivated = GraphicsEngine::getInstance()->loadGraphicsEffect(this);
    4139}
    4240
     
    4745GraphicsEffect::~GraphicsEffect()
    4846{
    49   if( this->bActivated)
    50     GraphicsEngine::getInstance()->unloadGraphicsEffect(this);
     47
    5148}
    5249
Note: See TracChangeset for help on using the changeset viewer.