Changeset 3193 for code/branches/pch/src/core
- Timestamp:
- Jun 19, 2009, 2:18:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/core/Clock.cc
r3192 r3193 57 57 tickTime_ = storedTime_ + timersTime; 58 58 tickDt_ = timersTime - lastTimersTime_; 59 tickDtFloat_ = static_cast<float>(tickDt_ / 1000000.0f);59 tickDtFloat_ = static_cast<float>(tickDt_) / 1000000.0f; 60 60 61 61 if (timersTime > 0x7FFFFFF0)
Note: See TracChangeset
for help on using the changeset viewer.