Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 4, 2009, 11:08:14 PM (15 years ago)
Author:
rgrieder
Message:

Cleanup in the GameStates (also moved debug overlay to the GraphicsManager).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/Core.cc

    r5875 r5876  
    289289        inputManager_.reset(new InputManager());
    290290
    291         // load the CEGUI interface
     291        // Load the CEGUI interface
    292292        guiManager_.reset(new GUIManager(graphicsManager_->getRenderWindow(),
    293293            inputManager_->getMousePosition(), graphicsManager_->isFullScreen()));
     
    295295        bGraphicsLoaded_ = true;
    296296        GameMode::bShowsGraphics_s = true;
     297
     298        // Load some sort of a debug overlay (only denoted by its name, "debug.oxo")
     299        graphicsManager_->loadDebugOverlay();
    297300
    298301        // Create singletons associated with graphics (in other libraries)
Note: See TracChangeset for help on using the changeset viewer.