(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 08:35:33 +0000 (16:35 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 08:35:33 +0000 (16:35 +0800)
scene.c

diff --git a/scene.c b/scene.c
index c41dafb..aabad99 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -279,6 +279,7 @@ void motion(int x, int y) {
         sceneObjs[curObject].rotation.x += diffx * rotateFactor;\r
 \r
         // h: texture scale\r
+        // **NOTE: Seems to be problem with scaling, delayed action\r
         float max = (float)height/texscaleFactor;\r
         float scaling = (-diffy + max) / max;\r
         sceneObjs[curObject].texture.scale *= scaling;\r

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