X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Fblineconvert.cpp;h=cc01ce95df0ef18d09b971aebc1f65488d002517;hb=a191da9427eede988cf72a4ea3c9e4db210062fc;hp=1f6e3a75789e208618bde2a5f095531bbc1e2244;hpb=b9d70da87063fe9f6d22bd1100f78c287b3fa898;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/blineconvert.cpp b/synfig-studio/trunk/src/synfigapp/blineconvert.cpp index 1f6e3a7..cc01ce9 100644 --- a/synfig-studio/trunk/src/synfigapp/blineconvert.cpp +++ b/synfig-studio/trunk/src/synfigapp/blineconvert.cpp @@ -629,7 +629,7 @@ synfigapp::BLineConverter::operator () (std::list &out, cons //preproceval += timer(); //numpre++; - work.resize(size*2-1); //guarantee that all points will be tessellated correctly (one point inbetween every 2 adjacent points) + work.resize(size*2-1); //guarantee that all points will be tessellated correctly (one point in between every 2 adjacent points) //if size of work is size*2-1, the step size should be 1/(size*2 - 2) //Real step = 1/(Real)(size*2 - 1);