Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5083 in orxonox.OLD for trunk/src/util/shell.cc


Ignore:
Timestamp:
Aug 19, 2005, 1:54:28 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: implemented the update function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.cc

    r5082 r5083  
    4242  this->bufferText = NULL;
    4343  this->setBufferSize(100);
    44   this->setBufferDisplaySize(8);
     44  this->setBufferDisplaySize(10);
    4545
    4646  this->inputLineText = TextEngine::getInstance()->createText("fonts/earth.ttf", 10, TEXT_DYNAMIC, 255, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.