From 2090fa97207b7008eaddbab184478b1720e5fad1 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 10:06:12 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 3f2c2ab..27fc547 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 = diff; + scaling = pow(1.1, diff); } if ( scaling != 0 ) { -- 2.20.1