Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2008, 1:11:51 AM (16 years ago)
Author:
landauf
Message:
  • fixed a bug in CommandExecutor
  • InGameConsole wraps now too long output lines and does something similar for the input line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/orxonox/GraphicsEngine.cc

    r1194 r1416  
    4545#include "core/Debug.h"
    4646#include "core/TclBind.h"
    47 
     47#include "console/InGameConsole.h"
    4848
    4949namespace orxonox {
     
    304304        int h = rw->getHeight();
    305305        InputManager::getSingleton().setWindowExtents(w, h);
     306        InGameConsole::getInstance().resize();
    306307    }
    307308
Note: See TracChangeset for help on using the changeset viewer.