(no commit message)
[atyndall/cits2231.git] / 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