From: Ash Tyndall Date: Sat, 22 Oct 2011 02:29:53 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=3d2cc99d5a436f3f1febf9e4b8508388398b6879;ds=sidebyside --- diff --git a/scene.c b/scene.c index 6cf7cf5..3f211b4 100644 --- a/scene.c +++ b/scene.c @@ -313,7 +313,6 @@ 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, 1/map is %f\n", diff, sceneObjs[curObject].scale[0], scaling); } startx = x;