Skip to content

Commit

Permalink
Update Application.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xSnapi authored Jun 27, 2021
1 parent ceecc6d commit 807fd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void Application::initWindow() {
this->video_mode.height = WINDOW_HEIGHT;

this->window.create(this->video_mode, "Pathfinding 5", sf::Style::Close, context_settings);
this->window.setFramerateLimit(240);
//this->window.setFramerateLimit(240);
}

Application::Application() {
Expand Down

0 comments on commit 807fd60

Please sign in to comment.