Add 60 FPS limit

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

View file

@ -145,8 +145,10 @@ class Block {
int main()
{
srand(time(NULL));
sf::RenderWindow window(sf::VideoMode(WINDOW_WIDTH, WINDOW_HEIGHT), "elnutris");
window.setFramerateLimit(60);
Block block;