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

diff --git a/scene.c b/scene.c
index fcbda4a..f87412d 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -323,7 +323,7 @@ void motion(int x, int y) {
           sceneObjs[curObject].scale[0] *= scaling;\r
           sceneObjs[curObject].scale[1] *= scaling;\r
           sceneObjs[curObject].scale[2] *= scaling;\r
           sceneObjs[curObject].scale[0] *= scaling;\r
           sceneObjs[curObject].scale[1] *= scaling;\r
           sceneObjs[curObject].scale[2] *= scaling;\r
-          printf("Diff is %f, Scaling by %f on all axii\n", diff, sceneObjs[curObject].scale[0]);\r
+          printf("Diff is %f, Scaling by %f on all axii, 1/map is %f\n", diff, sceneObjs[curObject].scale[0], 1/map);\r
 \r
         }\r
 \r
 \r
         }\r
 \r

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