From 0289621a54eb0b6673dbc440b2f863caed1affd8 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Thu, 09 Jun 2011 18:18:05 +0000 Subject: No need to init pygame modules we don't use. --- 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)) -- cgit v0.9.1