Add a new boolean to allow the drawing of regular polygons.
[synfig.git] / synfig-core / trunk / src / modules / mod_geometry / star.h
index c0a2563..7719c85 100644 (file)
@@ -52,6 +52,7 @@ private:
        Real radius2;
        int points;
        Angle angle;
+       bool regular_polygon;
 public:
        Star();