(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index bd927d9..af2d52c 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -321,7 +321,7 @@ void display() {
   glPushMatrix();\r
 \r
     /* Perform scene rotations based on user mouse/keyboard input. */\r
-    glRotatef(angle, 0.0, 1.0, 0.0);\r
+    glRotatef(angle, 0.0, 0.0,1.0);\r
     glRotatef(angle2, 1.0, 0.0, 0.0);\r
     glTranslatef(camx, camy, camz);\r
     glRotatef(rot, 1.0, 0.0, 0.0);\r

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