(no commit message)
authorAsh Tyndall <[email protected]>
Sun, 9 Oct 2011 06:58:21 +0000 (14:58 +0800)
committerAsh Tyndall <[email protected]>
Sun, 9 Oct 2011 06:58:21 +0000 (14:58 +0800)
scene.c

diff --git a/scene.c b/scene.c
index a2f1514..0219621 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -464,7 +464,7 @@ void makeMenu() {
  * @param h New height\r
  */\r
 void windowReshape(int w, int h) {\r
-  GLfloat aspect = (GLfloat) h / (GLfloat) w;\r
+  GLdouble aspect = (GLfloat) h / (GLfloat) w;\r
   GLdouble n = 10.0;\r
 \r
   glViewport(0, 0, w, h);\r

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