Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6128


Ignore:
Timestamp:
Nov 23, 2009, 9:31:37 PM (14 years ago)
Author:
rgrieder
Message:

Hopefully fixed in game console text visibility issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc

    r6105 r6128  
    229229            this->consoleOverlayTextAreas_[i]->setLeft(8);
    230230            this->consoleOverlayTextAreas_[i]->setCaption("");
    231             this->consoleOverlayContainer_->addChild(this->consoleOverlayTextAreas_[i]);
     231            this->consoleOverlayBorder_->addChild(this->consoleOverlayTextAreas_[i]);
    232232        }
    233233
Note: See TracChangeset for help on using the changeset viewer.