diff --git a/Snake/main.py b/Snake/main.py index f8c3ce9..2f53839 100644 --- a/Snake/main.py +++ b/Snake/main.py @@ -65,7 +65,7 @@ def main(): Move_loop -= 1 # Draw Scene - Screen = window.draw_level(Screen, Matrix, Difficulty, Score, HEIGH, WIDTH) + Screen = window.draw_level(Screen, Matrix, Difficulty, Score, int(clock.get_fps()), HEIGH, WIDTH) pygame.display.flip() # Print current fps