Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornrp <olpc@spongezone.net>2008-08-31 00:19:40 (GMT)
committer nrp <olpc@spongezone.net>2008-08-31 00:19:40 (GMT)
commit1751ee1378e93f26ff8e48e44f2428ae2a54924a (patch)
treeadfb728c9d1279d78e903ef8099cd9b47b07b9f9
parent2c955d693ea219c954633ad45ca35ef516b3008e (diff)
parentbcb772a82520f3b3950e0195f7fbb9ad27b5d082 (diff)
Merge branch 'master' of git+ssh://physics03@dev.laptop.org/git/projects/physics03
-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()