Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 19, 2009, 10:59:59 PM (15 years ago)
Author:
rgrieder
Message:

Fixed three memory leaks and a bug.
@beni: Is deleting the "startGame" console command a problem or did we just forget to remove the comment characters?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gamestates/GSMainMenu.cc

    r2896 r2927  
    8686        InputManager::getInstance().requestDestroyState("mainMenu");
    8787
    88 /*
     88        GUIManager::getInstance().setCamera(0);
     89        GraphicsManager::getInstance().setCamera(0);
     90        this->scene_->getSceneManager()->destroyCamera(this->camera_);
     91        delete this->scene_;
     92
    8993        if (this->ccStartGame_)
    9094        {
     
    9296            this->ccStartGame_ = 0;
    9397        }
    94 */
    9598    }
    9699
Note: See TracChangeset for help on using the changeset viewer.