Changeset 5377 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Oct 13, 2005, 2:31:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell.cc
r5376 r5377 363 363 lastText->setRelCoorSoft2D(this->calculateLinePosition(0),10); 364 364 2: 365 365 */ 366 366 lastText->setRelDir2D(-90); 367 367 lastText->setRelDirSoft2D(0, 10); 368 368 lastText->setRelCoor2D(this->calculateLinePosition(0)- Vector(-1000,0,0)); 369 369 lastText->setRelCoorSoft2D(this->calculateLinePosition(0),10); 370 */ 371 lastText->setRelCoor2D(this->calculateLinePosition(0));370 371 // lastText->setRelCoor2D(this->calculateLinePosition(0)); 372 372 this->bufferText[0] = lastText; 373 373
Note: See TracChangeset
for help on using the changeset viewer.