Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2008, 11:47:09 PM (16 years ago)
Author:
rgrieder
Message:
  • moved colours of the SpeedBar to XML file
  • enabled render window updating in inactive mode (under windows the render window didn't show anything if inactive)
  • added row/column to ticpp error description (there are a lot more to do this, may modify the macro..)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/GraphicsEngine.h

    r1590 r1618  
    7777            void setAverageRTR(float rtr) { this->renderTimeRatio_ = rtr; }
    7878
     79            void setWindowActivity(bool activity)
     80            { if (this->renderWindow_) this->renderWindow_->setActive(activity); }
     81
    7982            void windowMoved       (Ogre::RenderWindow* rw);
    8083            void windowResized     (Ogre::RenderWindow* rw);
Note: See TracChangeset for help on using the changeset viewer.