From: Ash Tyndall Date: Sat, 22 Oct 2011 02:12:19 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=9ef4031c2586c4164580c88a8fcf198235a0ccc8 --- diff --git a/scene.c b/scene.c index fcbda4a..f87412d 100644 --- a/scene.c +++ b/scene.c @@ -323,7 +323,7 @@ void motion(int x, int y) { sceneObjs[curObject].scale[0] *= scaling; sceneObjs[curObject].scale[1] *= scaling; sceneObjs[curObject].scale[2] *= scaling; - printf("Diff is %f, Scaling by %f on all axii\n", diff, sceneObjs[curObject].scale[0]); + printf("Diff is %f, Scaling by %f on all axii, 1/map is %f\n", diff, sceneObjs[curObject].scale[0], 1/map); }