From: Ash Tyndall Date: Sat, 22 Oct 2011 02:06:37 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=2e066d076e25d4cd765ba886fc4e6478c8137d06 --- diff --git a/scene.c b/scene.c index 27fc547..491943b 100644 --- a/scene.c +++ b/scene.c @@ -313,7 +313,7 @@ void motion(int x, int y) { if ( diff < 0 ) { scaling = (diff - -((float)height/2))/(0 - -((float)height/2)); } else { - scaling = pow(1.1, diff); + scaling = pow(1.00000010101010100100001115, diff); } if ( scaling != 0 ) {