Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 22, 2008, 12:52:05 PM (16 years ago)
Author:
rgrieder
Message:

more fixes, sorry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/overlays/console/InGameConsole.cc

    r1784 r1819  
    104104            if (this->consoleOverlayCursor_)
    105105                Ogre::OverlayManager::getSingleton().destroyOverlayElement(this->consoleOverlayCursor_);
     106            Ogre::FontManager::getSingleton().remove("MonofurConsole");
    106107            if (this->consoleOverlayBorder_)
    107108                Ogre::OverlayManager::getSingleton().destroyOverlayElement(this->consoleOverlayBorder_);
     
    124125            this->consoleOverlayTextAreas_ = 0;
    125126        }
     127
     128        if (this->consoleOverlay_)
     129            Ogre::OverlayManager::getSingleton().destroy(consoleOverlay_);
    126130
    127131        singletonRef_s = 0;
Note: See TracChangeset for help on using the changeset viewer.