From a45bd81c6e7bf30d7c598c291578960a2f9b2db8 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Wed, 06 Oct 2010 13:32:37 +0000 Subject: Comment edit. --- diff --git a/physics.py b/physics.py index 32deb29..bf95a93 100644 --- a/physics.py +++ b/physics.py @@ -105,7 +105,7 @@ class PhysicsGame: # Flip Display pygame.display.flip() - # Try to stay at 30 FPS + # Stay under 30 FPS to help keep the rest of the platform responsive self.clock.tick(30) # Originally 50 def setTool(self, tool): -- cgit v0.9.1