(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 01:42:12 +0000 (09:42 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 01:42:12 +0000 (09:42 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 9e3cb2d..fa90a18 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -311,7 +311,7 @@ void motion(int x, int y) {
         float scaling;\r
 \r
         if ( diff < 0 ) {\r
-          scaling = (diff - (float)-height)/(0 - (float)-height);\r
+          scaling = (diff - -((float)height/2))/(0 - -((float)height/2));\r
         } else {\r
           scaling = diff;\r
         }\r
@@ -322,6 +322,7 @@ void motion(int x, int y) {
         sceneObjs[curObject].scale[2] += scaling;\r
       }\r
 \r
+      starty = y;\r
       startx = x;\r
       break;\r
 \r

UCC git Repository :: git.ucc.asn.au