Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2008, 5:30:11 AM (16 years ago)
Author:
landauf
Message:

merged console branch into network branch

after several heavy troubles it compiles, but there is still a bug I couldn't fix: orxonox crashes as soon as one presses a key after opening the console… maybe someone else sees the problem?

File:
1 edited

Legend:

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

    r1349 r1446  
    4545#include "core/Debug.h"
    4646#include "core/CommandExecutor.h"
    47 
     47#include "console/InGameConsole.h"
    4848
    4949namespace orxonox {
     
    345345    int h = rw->getHeight();
    346346    InputManager::setWindowExtents(w, h);
     347    InGameConsole::getInstance().resize();
    347348  }
    348349
Note: See TracChangeset for help on using the changeset viewer.