Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2011-06-09 18:18:05 (GMT)
committer Gary Martin <gary@garycmartin.com>2011-06-09 18:18:05 (GMT)
commit0289621a54eb0b6673dbc440b2f863caed1affd8 (patch)
tree31d961c256fd62fa4c54e7cdb63db6dd30dd7991
parentcb689e996fb44f086136aa6c45b03a5502cc72cb (diff)
No need to init pygame modules we don't use.HEADmaster
-rw-r--r--physics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/physics.py b/physics.py
index f54c610..c935e99 100644
--- a/physics.py
+++ b/physics.py
@@ -116,7 +116,6 @@ class PhysicsGame:
def main():
toolbarheight = 75
tabheight = 45
- pygame.init()
pygame.display.init()
x, y = pygame.display.list_modes()[0]
screen = pygame.display.set_mode((x, y - toolbarheight - tabheight))