Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/physics.py b/physics.py
index 5e64a68..f68bd31 100644
--- a/physics.py
+++ b/physics.py
@@ -78,8 +78,7 @@ class PhysicsGame:
self.show_fake_cursor = True
def run(self):
- self.running = True
- while self.running:
+ while True:
for event in pygame.event.get():
self.currentTool.handleEvents(event)