From b4aefc0efc453372f793fe191aab6c2d71a58479 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Wed, 06 Oct 2010 13:06:46 +0000 Subject: Cleaned up more trailing white space. --- (limited to 'physics.py') diff --git a/physics.py b/physics.py index f68bd31..32deb29 100644 --- a/physics.py +++ b/physics.py @@ -103,14 +103,14 @@ class PhysicsGame: self.screen.blit(self.cursor_picture, pygame.mouse.get_pos()) # Flip Display - pygame.display.flip() + pygame.display.flip() # Try to stay at 30 FPS self.clock.tick(30) # Originally 50 def setTool(self, tool): self.currentTool.cancel() - self.currentTool = self.toolList[tool] + self.currentTool = self.toolList[tool] def main(): toolbarheight = 75 -- cgit v0.9.1