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, 1 insertions, 0 deletions
diff --git a/physics.py b/physics.py
index e0afdf4..79a36e3 100644
--- a/physics.py
+++ b/physics.py
@@ -48,6 +48,7 @@ class PhysicsGame:
# set up static environment
self.world.add.ground()
+ self.world.run_physics = False
self.bridge = Bridge(self)
self.bridge.create_world()