mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 16:43:29 +00:00
set fps limit
This commit is contained in:
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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user