GLUL
GLUL copied to clipboard
Incorect timing in Window's FPS counter
In GLUL::Window::update() there is:
_fpsTime = _fpsClock.getElapsedTime();
which is incorrect.
It should be:
_fpsTime = _fpsClock.getTotalTime();