diff --git a/src/Main.cpp b/src/Main.cpp index 5fea516..a7016c3 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -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;