From: Ash Tyndall Date: Sat, 22 Oct 2011 01:55:57 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=7947c53d4ab7cbb0525796413d38415f86375c27;ds=inline --- diff --git a/scene.c b/scene.c index 003b2ea..72d08d0 100644 --- a/scene.c +++ b/scene.c @@ -321,7 +321,7 @@ void motion(int x, int y) { sceneObjs[curObject].scale[1] = scaling; sceneObjs[curObject].scale[2] = scaling; - starty = y + diff; + starty = y; } startx = x;