Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mouth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouth.py b/mouth.py
index b01155a..851212d 100644
--- a/mouth.py
+++ b/mouth.py
@@ -80,7 +80,7 @@ class Mouth(gtk.DrawingArea):
self.context.fill()
# Draw the mouth
- volume = self.volume / 65535.
+ volume = self.volume / 30000.
mouthH = volume * bounds.height
mouthW = volume**2 * (bounds.width/2.) + bounds.width/2.
# T