(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 03:09:45 +0000 (11:09 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 03:09:45 +0000 (11:09 +0800)
scene.c

diff --git a/scene.c b/scene.c
index a02ae84..4e4c5f5 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -230,7 +230,7 @@ void keyboard(unsigned char key, int x, int y) {
       break;\r
     case 's':\r
     case 'S':\r
-      camz -= factor;\r
+      camz += factor;\r
       break;\r
     case 'd':\r
     case 'D':\r
@@ -250,7 +250,7 @@ void keyboard(unsigned char key, int x, int y) {
       break;\r
     case 'x':\r
     case 'X':\r
-      keyrot += factor;\r
+      keyrot -= factor;\r
       break;\r
     case '=':\r
     case '+':\r

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