Changeset 636
- Timestamp:
- Feb 11, 2011, 11:08:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/timer.cpp
r259 r636 78 78 /* The crappy SDL fallback */ 79 79 Uint32 ticks = SDL_GetTicks(); 80 ret = 1e-6f * (ticks - ticks0);80 ret = ticks - ticks0; 81 81 if (update) 82 82 ticks0 = ticks;
Note: See TracChangeset
for help on using the changeset viewer.