From 29278101bafbffcf1760c3e3905bbd2a699c1275 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 3 Jun 2019 15:04:36 +0200 Subject: [PATCH] fixed a bug with drawing Rosebushes --- polygons.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/polygons.cpp b/polygons.cpp index 6c74afe8..32b290a3 100644 --- a/polygons.cpp +++ b/polygons.cpp @@ -650,6 +650,7 @@ void geometry_information::procedural_shapes() { bshape(shRose, PPR::ITEM); PRING(t) hpcpush(xspinpush0(M_PI * t / (S42+.0), scalefactor * hcrossf7 * (0.2 + .15 * sin(M_PI * t / (S42+.0) * 3)))); + finishshape(); shRoseItem = shRose;