Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mouth.py
diff options
context:
space:
mode:
Diffstat (limited to 'mouth.py')
-rw-r--r--mouth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouth.py b/mouth.py
index 935626b..a72312a 100644
--- a/mouth.py
+++ b/mouth.py
@@ -83,7 +83,7 @@ class Mouth(gtk.DrawingArea):
# Draw the mouth
volume = self.volume / 30000.
mouthH = volume * bounds.height
- mouthW = volume * *2 * (bounds.width / 2.) + bounds.width / 2.
+ mouthW = volume**2 * (bounds.width / 2.) + bounds.width / 2.
# T
# L R
# B