diff options
Diffstat (limited to 'src/object/sp-star.cpp')
| -rw-r--r-- | src/object/sp-star.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-star.cpp b/src/object/sp-star.cpp index 1375bcecb..235fd32d8 100644 --- a/src/object/sp-star.cpp +++ b/src/object/sp-star.cpp @@ -34,7 +34,7 @@ SPStar::SPStar() : SPPolygon() , sides(5), center(0, 0), - flatsided(0), + flatsided(false), rounded(0.0), randomized(0.0) { |
