#include <numeric.h>
Public Member Functions | |
IntervalLimiter ()=default | |
bool | step (float dtime, float wanted_interval) |
Private Attributes | |
float | m_accumulator = 0.0f |
|
default |
|
inline |
dtime | time from last call to this method |
wanted_interval | interval wanted |
References m_accumulator.
Referenced by Server::AsyncRunStep(), dedicated_server_loop(), Client::step(), ClientEnvironment::step(), PlayerSAO::step(), ServerEnvironment::step(), ParticleManager::stepBuffers(), and Game::updateProfilers().
|
private |
Referenced by step().