Changeset 1819 for code/trunk/src/orxonox/overlays/console
- Timestamp:
- Sep 22, 2008, 12:52:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/console/InGameConsole.cc
r1784 r1819 104 104 if (this->consoleOverlayCursor_) 105 105 Ogre::OverlayManager::getSingleton().destroyOverlayElement(this->consoleOverlayCursor_); 106 Ogre::FontManager::getSingleton().remove("MonofurConsole"); 106 107 if (this->consoleOverlayBorder_) 107 108 Ogre::OverlayManager::getSingleton().destroyOverlayElement(this->consoleOverlayBorder_); … … 124 125 this->consoleOverlayTextAreas_ = 0; 125 126 } 127 128 if (this->consoleOverlay_) 129 Ogre::OverlayManager::getSingleton().destroy(consoleOverlay_); 126 130 127 131 singletonRef_s = 0;
Note: See TracChangeset
for help on using the changeset viewer.