summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a49bcd1)
raw | patch | inline | side by side (parent: a49bcd1)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Wed, 16 Jan 2008 21:13:09 +0000 (21:13 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Wed, 16 Jan 2008 21:13:09 +0000 (21:13 +0000) |
src/live_effects/lpe-curvestitch.cpp | patch | blob | history |
index 550c8580f8dbb9f6cef8a282961e4cbffe85d90a..cef082f5f204c019df9c67be308787a41f3ee737 100644 (file)
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();