From: Ash Tyndall Date: Sat, 22 Oct 2011 02:22:10 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=23da2fbbbd82d224c2ad56cfddfd5a071ea9aa97 --- diff --git a/scene.c b/scene.c index fe7eca3..c4fc167 100644 --- a/scene.c +++ b/scene.c @@ -314,7 +314,7 @@ void motion(int x, int y) { if ( diff < 0 ) { scaling = map; } else { - scaling = pow(map, diff); + scaling = map; } if ( scaling != 0 ) {