Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2009, 12:06:15 AM (14 years ago)
Author:
rgrieder
Message:

Fixed a bug in Shell and changed parental order in InGameConsole.

File:
1 edited

Legend:

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

    r6135 r6139  
    224224        this->consoleOverlayNoise_->setMaterialName("ConsoleNoiseSmall");
    225225        // comment following line to disable noise
    226         this->consoleOverlayContainer_->addChild(this->consoleOverlayNoise_);
     226        this->consoleOverlayBorder_->addChild(this->consoleOverlayNoise_);
    227227
    228228        // create the text lines
Note: See TracChangeset for help on using the changeset viewer.