Changeset 5799 for code/branches/core5/src/modules/gamestates/GSMainMenu.cc
- Timestamp:
- Sep 26, 2009, 10:19:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/modules/gamestates/GSMainMenu.cc
r5738 r5799 65 65 66 66 this->scene_->getSceneManager()->destroyCamera(this->camera_); 67 delete this->scene_;67 this->scene_->destroy(); 68 68 } 69 69 … … 108 108 void GSMainMenu::deactivate() 109 109 { 110 delete this->ambient_;110 this->ambient_->destroy(); 111 111 112 112 InputManager::getInstance().leaveState("mainMenu");
Note: See TracChangeset
for help on using the changeset viewer.