Changeset 10551 for code/branches/core7/src
- Timestamp:
- Aug 27, 2015, 10:50:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/Core.cc
r10550 r10551 313 313 void Core::unloadModule(ModuleInstance* module) 314 314 { 315 orxout(internal_info) << "Unloading module " << module->get Name() << "..." << endl;315 orxout(internal_info) << "Unloading module " << module->getLibraryName() << "..." << endl; 316 316 317 317 StaticInitializationManager::getInstance().unloadModule(module);
Note: See TracChangeset
for help on using the changeset viewer.