Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2010-10-06 13:32:37 (GMT)
committer Gary Martin <gary@garycmartin.com>2010-10-06 13:32:37 (GMT)
commita45bd81c6e7bf30d7c598c291578960a2f9b2db8 (patch)
tree87ebdaa77e9bbf1258e0fdbbd354602f59f0ef43
parentb4aefc0efc453372f793fe191aab6c2d71a58479 (diff)
Comment edit.
-rw-r--r--physics.py2
1 files changed, 1 insertions, 1 deletions
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):