src/glCompiler.cpp

changeset 1005
a88cf5a32246
parent 1004
ba4200437179
child 1006
a6b462051ae0
--- a/src/glCompiler.cpp	Sun Oct 04 06:59:09 2015 +0300
+++ b/src/glCompiler.cpp	Sun Oct 04 13:19:45 2015 +0300
@@ -340,7 +340,7 @@
 	case OBJ_BezierCurve:
 		{
 			LDBezierCurve* curve = static_cast<LDBezierCurve*> (obj);
-			for (LDPolygon& poly : curve->rasterizePolygons (24))
+			for (LDPolygon& poly : curve->rasterizePolygons (gridBezierCurveSegments()))
 			{
 				poly.id = obj->id();
 				compilePolygon (poly, obj, &info);

mercurial