From c18e09eb15e985889942325ec5a9fb1420eaa46c Mon Sep 17 00:00:00 2001 From: Skullheadx <704277@pdsb.net> Date: Tue, 5 Jul 2022 20:19:08 -0400 Subject: [PATCH] Update main.py --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 0fd98bf..07e0b3f 100644 --- a/main.py +++ b/main.py @@ -16,9 +16,7 @@ fps = 60 screen = pg.display.set_mode(dimensions, pg.SCALED) - delta = 1000//fps - is_running = True while is_running: screen.fill((255,255,255)) -- 2.54.0