Removed debug line

This commit is contained in:
2025-06-26 10:12:15 +01:00
parent f2b9ab4d26
commit de4749cac9

View File

@ -141,7 +141,6 @@ class Game(gameUtils.Game):
self.wheelRotation += speed * self.timeDelta
self.wheelRotation %= 360
print(self.wheelRotation)
def close(self):
"""