Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 28, 2011, 3:47:08 AM (13 years ago)
Author:
rgrieder
Message:

Changed call to frame rendering in GraphicsManager so that Ogre always receives exactly the delta times it expects.
Just to be sure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/libraries/core/GraphicsManager.h

    r7993 r7995  
    109109        Ogre::RenderWindow* renderWindow_;             //!< the one and only render window
    110110        Ogre::Viewport*     viewport_;                 //!< default full size viewport
     111        float               lastFrameStartTime_;       //!< Time stamp of the beginning of the last frame
     112        float               lastFrameEndTime_;         //!< Time stamp of the end of the last frame
    111113
    112114        // XML files for the resources and the debug overlay
Note: See TracChangeset for help on using the changeset viewer.