X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=src%2Flindenmayersystem.cpp;h=c0fd3a727e1cfff98034b3c940f275a9c90056ca;hp=a4016346ae49b4664c44f3fd9aaf91375fcb23df;hb=e017b5ae9b4c9678d5464a9ff44e02ea44ae4759;hpb=bae043393ca36bade729b4dd4f6e11adf5a22cac diff --git a/src/lindenmayersystem.cpp b/src/lindenmayersystem.cpp index a401634..c0fd3a7 100644 --- a/src/lindenmayersystem.cpp +++ b/src/lindenmayersystem.cpp @@ -367,7 +367,7 @@ void LindenmayerSystem::recursiveWalk(string rule, int level) // decrement current index to color table - case '`': + case ',': _model->prevColor(); break;