From ec8034e3fa741499f3d6ce3a25905b5fc3588868 Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Sat, 17 Mar 2012 00:21:40 +0000 Subject: [PATCH] corrected data type (its a demo after all, better be precise) git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1162 7f0cb862-5218-0410-a997-914c9d46530a --- progs/demos/shapes/shapes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/demos/shapes/shapes.c b/progs/demos/shapes/shapes.c index eb4544f..ac0a48c 100644 --- a/progs/demos/shapes/shapes.c +++ b/progs/demos/shapes/shapes.c @@ -66,7 +66,7 @@ static int depth = 4; static double offset[ 3 ] = { 0, 0, 0 }; static GLboolean show_info = GL_TRUE; static float ar; -static int persProject = 1; +static GLboolean persProject = GL_TRUE; /* * These one-liners draw particular objects, fetching appropriate -- 1.7.10.4