(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 01:34:28 +0000 (09:34 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 01:34:28 +0000 (09:34 +0800)
scene.c

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

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