diff options
| -rw-r--r-- | lsys.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ function LSystem(axiom, rules, draw_constants) { break; case '|': - U += Math.PI / 2; + U += Math.PI; RUu = true; break; // push and pop branch |
