Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/physics.py b/physics.py
index 79a36e3..b46ee52 100644
--- a/physics.py
+++ b/physics.py
@@ -47,7 +47,7 @@ class PhysicsGame:
self.world.renderer.set_surface(self.screen)
# set up static environment
- self.world.add.ground()
+ #self.world.add.ground()
self.world.run_physics = False
self.bridge = Bridge(self)