Add 60 FPS limit

This commit is contained in:
Elnu 2022-03-06 11:40:38 -08:00
parent e663e8c061
commit 797ab34246

View file

@ -146,7 +146,9 @@ int main()
{
srand(time(NULL));
sf::RenderWindow window(sf::VideoMode(WINDOW_WIDTH, WINDOW_HEIGHT), "elnutris");
window.setFramerateLimit(60);
Block block;