Changeset 5082 in orxonox.OLD for trunk/src/util
- Timestamp:
- Aug 19, 2005, 1:29:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.cc
r5081 r5082 42 42 this->bufferText = NULL; 43 43 this->setBufferSize(100); 44 this->setBufferDisplaySize( 6);44 this->setBufferDisplaySize(8); 45 45 46 46 this->inputLineText = TextEngine::getInstance()->createText("fonts/earth.ttf", 10, TEXT_DYNAMIC, 255, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.