set fps limit

This commit is contained in:
arthur.jamet
2021-06-02 10:33:37 +02:00
parent 1cb90f9ac3
commit d2ba552f61
2 changed files with 3 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 324 B

@@ -15,7 +15,9 @@ namespace BBM
}),
_window(window),
_camera(Vector3f(), Vector3f(), Vector3f(0, 1, 0), 50, CAMERA_PERSPECTIVE)
{}
{
this->_window.setFPS(60);
}
void RenderScreenSystem::onSelfUpdate()
{