Changeset 5767 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Nov 24, 2005, 7:43:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell.cc
r5425 r5767 312 312 for (unsigned int i = 0; i < bufferDisplaySize; i++) 313 313 { 314 bufferText[i] = new Text(this->fontFile, this->textSize , TEXT_RENDER_DYNAMIC);314 bufferText[i] = new Text(this->fontFile, this->textSize); 315 315 bufferText[i]->setAlignment(TEXT_ALIGN_LEFT); 316 316 bufferText[i]->setText(text);
Note: See TracChangeset
for help on using the changeset viewer.