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 769de46..9d84665 100644
--- a/physics.py
+++ b/physics.py
@@ -52,7 +52,7 @@ class PhysicsGame:
for event in pygame.event.get():
self.currentTool.handleEvents(event)
# Clear Display
- self.screen.fill((0,0,0)) #255 for white
+ self.screen.fill((255,255,255)) #255 for white
# Update & Draw World
self.world.update()