Skip to content

Commit

Permalink
hide fps counter
Browse files Browse the repository at this point in the history
  • Loading branch information
szymor committed Apr 8, 2023
1 parent bd25ced commit f14e8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void gs_game_process(void)
camera_process(dt);
}
room_draw(&room);
fps_draw();
//fps_draw();
pause_draw(paused);
SDL_Flip(screen);
if (room_check_gameover(&room))
Expand Down

0 comments on commit f14e8e9

Please sign in to comment.