(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index c176af0..a342724 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -460,8 +460,8 @@ void makeMenu() {
 \r
 /**\r
  * Called when window is resized\r
- * @param w New width\r
- * @param h New height\r
+ * @param width New width\r
+ * @param height New height\r
  */\r
 void windowReshape(int width, int height) {\r
   glViewport(0, 0, (GLsizei)width, (GLsizei)height); // Set our viewport to the size of our window\r
@@ -491,7 +491,6 @@ void display() {
 \r
    glTranslatef(0.0f,0.0f,-6.0f);                 // Move Left 1.5 Units And Into The Screen 6.0\r
 \r
-\r
    glBegin(GL_QUADS);\r
      glColor3f(1.0f,0.0f,0.0f);     // Set The Color To Red\r
      glVertex3f(-1.0f, 1.0f, 0.0f); // Top left\r

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