Changeset 10518 for code/branches/core7/src/libraries/core/Game.cc
- Timestamp:
- May 31, 2015, 10:56:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/Game.cc
r10479 r10518 110 110 orxout(internal_info) << "creating Core object:" << endl; 111 111 this->core_ = new Core(cmdLine); 112 this->core_->loadModules(); 112 113 113 114 // Do this after the Core creation! … … 141 142 GameStateFactory::getFactories().clear(); 142 143 safeObjectDelete(&config_); 144 // if (this->core_) 145 // this->core_->unloadModules(); 143 146 safeObjectDelete(&core_); 144 147 safeObjectDelete(&gameClock_);
Note: See TracChangeset
for help on using the changeset viewer.