Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 26, 2009, 10:25:03 PM (15 years ago)
Author:
landauf
Message:

replaced delete with destroy() in orxonox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/orxonox/items/Engine.cc

    r5738 r5801  
    7979
    8080            if (this->boostBlur_)
    81                 delete this->boostBlur_;
     81                this->boostBlur_->destroy();
    8282
    8383            if(this->sound_ != NULL)
     
    237237            if (this->boostBlur_)
    238238            {
    239                 delete this->boostBlur_;
     239                this->boostBlur_->destroy();
    240240                this->boostBlur_ = 0;
    241241            }
Note: See TracChangeset for help on using the changeset viewer.