From 29df3f7413402b1c0312cd99f02044c118b887f5 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Wed, 06 Oct 2010 12:51:53 +0000 Subject: Removed exit event check and extra exit pygame path code as it has no effect. --- (limited to 'physics.py') 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) -- cgit v0.9.1