Setting the "fractals" demo initial number of levels to 4 per suggestion from Diederi...
authorJohn F. Fay <johnffay@nettally.com>
Mon, 9 Mar 2009 14:32:09 +0000 (14:32 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Mon, 9 Mar 2009 14:32:09 +0000 (14:32 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@793 7f0cb862-5218-0410-a997-914c9d46530a

progs/demos/Fractals/fractals.c

index 1aef1c4..12d8989 100644 (file)
@@ -33,7 +33,7 @@ typedef struct
 AffineTrans ;
 
 /* Number of levels to draw the fractal */
-static int num_levels = 0 ;
+static int num_levels = 4 ;
 
 /* The definition of the fractal */
 static int num_trans ;