Constant server::game_loop::FRAME_DURATION
source · [−]const FRAME_DURATION: Duration;
Expand description
The amount of time one frame should take.
If processing a frame takes less time, the thread sleeps to compensate, and if processing a frame takes too long, a warning is logged.