FpsHelper.timeLimit

Delta time value will clamped to meet interval [0;timeLimit]. This can prevent from value lags when entering hibernation or resizing the window.

struct FpsHelper
float timeLimit;

Meta