diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-curvestitch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-curvestitch.cpp b/src/live_effects/lpe-curvestitch.cpp index 550c8580f..cef082f5f 100644 --- a/src/live_effects/lpe-curvestitch.cpp +++ b/src/live_effects/lpe-curvestitch.cpp @@ -71,7 +71,7 @@ LPECurveStitch::~LPECurveStitch() std::vector<Geom::Path> LPECurveStitch::doEffect_path (std::vector<Geom::Path> & path_in) { - bool scislac = true; + bool scislac = false; if (path_in.size() >= 2) { startpoint_variation.resetRandomizer(); |
