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/Orxonox.cc

    r1613 r1618  
    501501        // This calls the WindowEventListener objects.
    502502        Ogre::WindowEventUtilities::messagePump();
     503        GraphicsEngine::getSingleton().setWindowActivity(true);
    503504
    504505        // render
Note: See TracChangeset for help on using the changeset viewer.