Skip to content

Incorect timing in Window's FPS counter #65

@RippeR37

Description

@RippeR37

In GLUL::Window::update() there is:
_fpsTime = _fpsClock.getElapsedTime();
which is incorrect.

It should be:
_fpsTime = _fpsClock.getTotalTime();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions