From c562be5b2e34d0e48327aea0b1e5fe731f06f518 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 28 Apr 2011 22:33:49 +0000 Subject: wrong sintaxis --- (limited to 'mouth.py') 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 -- cgit v0.9.1