- Timestamp:
- Nov 23, 2009, 9:31:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc
r6105 r6128 229 229 this->consoleOverlayTextAreas_[i]->setLeft(8); 230 230 this->consoleOverlayTextAreas_[i]->setCaption(""); 231 this->consoleOverlay Container_->addChild(this->consoleOverlayTextAreas_[i]);231 this->consoleOverlayBorder_->addChild(this->consoleOverlayTextAreas_[i]); 232 232 } 233 233
Note: See TracChangeset
for help on using the changeset viewer.