Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))