[Orxonox-commit 1410] r6128 - code/branches/presentation2/src/orxonox/overlays

rgrieder at orxonox.net rgrieder at orxonox.net
Mon Nov 23 21:31:37 CET 2009


Author: rgrieder
Date: 2009-11-23 21:31:37 +0100 (Mon, 23 Nov 2009)
New Revision: 6128

Modified:
   code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc
Log:
Hopefully fixed in game console text visibility issue.

Modified: code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc
===================================================================
--- code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc	2009-11-23 20:25:34 UTC (rev 6127)
+++ code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc	2009-11-23 20:31:37 UTC (rev 6128)
@@ -228,7 +228,7 @@
             this->consoleOverlayTextAreas_[i]->setParameter("colour_top", "0.21 0.69 0.21");
             this->consoleOverlayTextAreas_[i]->setLeft(8);
             this->consoleOverlayTextAreas_[i]->setCaption("");
-            this->consoleOverlayContainer_->addChild(this->consoleOverlayTextAreas_[i]);
+            this->consoleOverlayBorder_->addChild(this->consoleOverlayTextAreas_[i]);
         }
 
         // create cursor (also a text area overlay element)




More information about the Orxonox-commit mailing list