| 75 | } |
| 76 | |
| 77 | void TimeManager::setBackgroundThreshold(const S32 msInterval) |
| 78 | { |
| 79 | AssertFatal(msInterval > 0, "TimeManager::setBackgroundThreshold - should have at least 1 ms between time events to avoid math problems!"); |
| 80 | mBackgroundThreshold = msInterval; |
| 81 | } |
| 82 | |
| 83 | const S32 TimeManager::getBackgroundThreshold() const |
| 84 | { |