From 7968b710c355eb5615ad5536455dfb8f360c6085 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 24 Oct 2010 15:03:29 +0200 Subject: [PATCH] Formatting. --- examples/triangle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/triangle.c b/examples/triangle.c index ea1fcdd0..fd88d4c6 100644 --- a/examples/triangle.c +++ b/examples/triangle.c @@ -55,7 +55,7 @@ int main(void) // Select and setup the projection matrix glMatrixMode(GL_PROJECTION); glLoadIdentity(); - gluPerspective(65.0f, (GLfloat)width/(GLfloat)height, 1.f, 100.0f); + gluPerspective(65.f, (GLfloat) width / (GLfloat) height, 1.f, 100.f); // Select and setup the modelview matrix glMatrixMode( GL_MODELVIEW );