Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5302 in orxonox.OLD for trunk/src/world_entities/satellite.cc


Ignore:
Timestamp:
Oct 7, 2005, 2:28:45 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed bug in SkyShphere, doubly deleted Model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/satellite.cc

    r4836 r5302  
    4444Satellite::~Satellite ()
    4545{
    46   // if( collisioncluster != NULL) delete collisioncluster;
    47   if (this->model)
    48     ResourceManager::getInstance()->unload(this->model);
    4946}
    5047
Note: See TracChangeset for help on using the changeset viewer.