Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 4, 2008, 10:44:41 PM (16 years ago)
Author:
rgrieder
Message:
  • fixed a bug in cursorChanged in InGameConsole
  • prevented Ogre from displaying unnecessary exceptions when ogre.cfg is not present
File:
1 edited

Legend:

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

    r1535 r1538  
    7272            void shiftLines();
    7373            void colourLine(int colourcode, int index);
    74             void setCursorPosition(int pos);
     74            void setCursorPosition(unsigned int pos);
    7575            void print(const std::string& text, int index, bool alwaysShift = false);
    7676            static Ogre::UTFString convert2UTF(std::string s);
Note: See TracChangeset for help on using the changeset viewer.