Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2008, 3:27:39 PM (16 years ago)
Author:
rgrieder
Message:

Moved tick time measurement to GSRoot. The values get combined with the one from GSGraphics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/core/RootGameState.cc

    r2485 r2549  
    122122    /**
    123123    @brief
     124        Main loop of the orxonox game.
    124125        Starts the game. The little 'while' denotes the main loop.
    125126        Whenever the root state is selected, the game ends.
    126127    @param name
    127128        State to start with (usually main menu or specified by command line)
     129    @note
     130        We use the Ogre::Timer to measure time since it uses the most precise
     131        method an a platform (however the windows timer lacks time when under
     132        heavy kernel load!).
    128133    */
    129134    void RootGameState::start()
Note: See TracChangeset for help on using the changeset viewer.