Changeset 1416 for code/branches/console/src/orxonox/GraphicsEngine.cc
- Timestamp:
- May 25, 2008, 1:11:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/orxonox/GraphicsEngine.cc
r1194 r1416 45 45 #include "core/Debug.h" 46 46 #include "core/TclBind.h" 47 47 #include "console/InGameConsole.h" 48 48 49 49 namespace orxonox { … … 304 304 int h = rw->getHeight(); 305 305 InputManager::getSingleton().setWindowExtents(w, h); 306 InGameConsole::getInstance().resize(); 306 307 } 307 308
Note: See TracChangeset
for help on using the changeset viewer.