projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c94f97
)
Setting the "fractals" demo initial number of levels to 4 per suggestion from Diederi...
author
John F. Fay
<johnffay@nettally.com>
Mon, 9 Mar 2009 14:32:09 +0000
(14:32 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/progs/demos/Fractals/fractals.c
b/progs/demos/Fractals/fractals.c
index
1aef1c4
..
12d8989
100644
(file)
--- a/
progs/demos/Fractals/fractals.c
+++ b/
progs/demos/Fractals/fractals.c
@@
-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 ;