Removed some global statements that i forgot to remove.

This commit is contained in:
The Wobbler 2024-01-31 15:53:46 +01:00
parent a45b823879
commit eca611ea34

View file

@ -320,10 +320,6 @@ class Cowyeet:
self.yeet_cow()
def loop(self):
global last_frame_mouse_pressed
global pressed_keys
global pressed_special_keys
self.screen.fill(self.nero)
self.pressed_keys = self.keyboard.get_pressed()