Changeset 6502 for code/trunk/src/libraries/core/GraphicsManager.cc
- Timestamp:
- Mar 11, 2010, 11:34:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/GraphicsManager.cc
r6417 r6502 366 366 uint64_t timeAfterTick = time.getRealMicroseconds(); 367 367 // Subtract the time used for rendering from the tick time counter 368 Game::getInstance().subtractTickTime( timeAfterTick - timeBeforeTick);368 Game::getInstance().subtractTickTime((int32_t)(timeAfterTick - timeBeforeTick)); 369 369 370 370 // again, just to be sure OGRE works fine
Note: See TracChangeset
for help on using the changeset viewer.