From: Ash Tyndall Date: Sat, 22 Oct 2011 01:34:28 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=933954a445fd282f85c1cc9427fddc505422ec54 --- diff --git a/scene.c b/scene.c index 45a71a9..939594d 100644 --- a/scene.c +++ b/scene.c @@ -316,7 +316,7 @@ void motion(int x, int y) { scaling = diff; } - printf("Scaling by %f on all axii\n", scaling); + printf("Diff is %f, Scaling by %f on all axii\n", diff, scaling); sceneObjs[curObject].scale[0] += scaling; sceneObjs[curObject].scale[1] += scaling; sceneObjs[curObject].scale[2] += scaling;