Setting the "fractals" demo initial number of levels to 4 per suggestion from Diederick C. Niehorster [diederick@niehorster.eu] in e-mail dated Mon 3/9/2009 5:29 AM
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@793 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
53c3b78463
commit
4c95acc14c
@ -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 ;
|
||||
|
Reference in New Issue
Block a user