Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 25, 2009, 6:24:15 PM (15 years ago)
Author:
rgrieder
Message:

Moving game clock from Core to Game.
Other small fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gamestates/GSRoot.cc

    r2845 r2846  
    115115        uint64_t timeBeforeTick = time.getRealMicroseconds();
    116116
    117         Core::getInstance().update(time);
    118 
    119117        for (ObjectList<TimerBase>::iterator it = ObjectList<TimerBase>::begin(); it; ++it)
    120118            it->tick(time);
Note: See TracChangeset for help on using the changeset viewer.