Forgot to removed an unused line
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7964 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
1124abc911
commit
06e5a163cd
@ -314,8 +314,6 @@ long TreeSeed; /* for srand48 - remember so we can build "same tree"
|
|||||||
*/
|
*/
|
||||||
void FractalTree(int level, long level_seed)
|
void FractalTree(int level, long level_seed)
|
||||||
{
|
{
|
||||||
long savedseed; /* need to save seeds while building tree too */
|
|
||||||
|
|
||||||
if (level == Level) {
|
if (level == Level) {
|
||||||
glPushMatrix();
|
glPushMatrix();
|
||||||
glRotatef(drand48()*180, 0, 1, 0);
|
glRotatef(drand48()*180, 0, 1, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user