Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3010


Ignore:
Timestamp:
May 21, 2009, 6:41:59 PM (15 years ago)
Author:
rgrieder
Message:

Bufix in Engine.cc (revealed with runtest on windows/msvc).
Please note that the constructor immediately returns after RegisterObject at the time of the object hierarchy creation.

File:
1 edited

Legend:

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

    r2999 r3010  
    7979            if (this->boostBlur_)
    8080                delete this->boostBlur_;
    81         }
    82 
    83         if(this->sound_ != NULL)
    84             delete this->sound_;
     81
     82            if(this->sound_ != NULL)
     83                delete this->sound_;
     84        }
    8585    }
    8686
Note: See TracChangeset for help on using the changeset viewer.