Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2009, 8:44:17 PM (14 years ago)
Author:
rgrieder
Message:

Fixed cursor not showing in full screen when returning to the main menu.

File:
1 edited

Legend:

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

    r6234 r6302  
    8383    {
    8484        // show main menu
    85         GUIManager::getInstance().showGUI("MainMenu", true, false);
     85        GUIManager::getInstance().showGUI("MainMenu", true, GraphicsManager::getInstance().isFullScreen());
    8686        GUIManager::getInstance().setCamera(this->camera_);
    8787        GUIManager::getInstance().setBackground("MainMenuBackground");
Note: See TracChangeset for help on using the changeset viewer.