Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/physics
diff options
context:
space:
mode:
authorJames Cameron <quozl@laptop.org>2010-06-22 03:01:49 (GMT)
committer James Cameron <quozl@laptop.org>2010-06-22 03:02:13 (GMT)
commit35d15b1c43514f5918b89a4c47a9f689d83626dc (patch)
treecbdfad59a0eacd83ab2ef95e22d55a3bc64b924b /data/graphics/physics
parentce1f461da70a0c43e56eba56128683e644944557 (diff)
minor example fixes following review
Some minor fixes following a review by Sascha Silbe. Signed-off-by: James Cameron <quozl@laptop.org>
Diffstat (limited to 'data/graphics/physics')
-rw-r--r--data/graphics/physics1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/graphics/physics b/data/graphics/physics
index 0611351..fbc336c 100644
--- a/data/graphics/physics
+++ b/data/graphics/physics
@@ -46,7 +46,6 @@ while pippy.pygame.next_frame() and world.run_physics:
world.mouse_move(event.pos)
# clear display with a color
- # (red, green, blue), where 0 <= value < 256
screen.fill((80, 160, 240))
# update & draw physics world