Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2009, 3:18:08 PM (15 years ago)
Author:
bknecht
Message:

Fixed some bugs. Please do not break the code, when working with other people on one branch. Also check if the game runs and not just compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gui/GUIManager.cc

    r2850 r2853  
    186186    }
    187187
     188    void GUIManager::testOutput(std::string& str)
     189    {
     190        COUT(0) << "*** CEGUI: " << str << std::endl;
     191    }
     192
    188193    void GUIManager::showGUI(const std::string& name)
    189194    {
Note: See TracChangeset for help on using the changeset viewer.