Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2015, 10:43:12 AM (9 years ago)
Author:
landauf
Message:

unload modules, unload and destroy all statically initialized instances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/Game.cc

    r10524 r10527  
    142142        GameStateFactory::getFactories().clear();
    143143        safeObjectDelete(&config_);
    144 //        if (this->core_)
    145 //            this->core_->unloadModules();
     144        if (this->core_)
     145            this->core_->unloadModules();
    146146        safeObjectDelete(&core_);
    147147        safeObjectDelete(&gameClock_);
Note: See TracChangeset for help on using the changeset viewer.