Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Apr 16, 2014
1 parent cdbc68e commit e58669a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chp8_fractals/NOC_8_09_LSystem/NOC_8_09_LSystem.pde
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ void setup() {
ruleset[0] = new Rule('F', "FF+[+F-F-F]-[-F+F+F]");
lsys = new LSystem("F", ruleset);
turtle = new Turtle(lsys.getSentence(), height/3, radians(25));



smooth();
}

void draw() {
Expand Down

0 comments on commit e58669a

Please sign in to comment.