fixed a bug with drawing Rosebushes

This commit is contained in:
Zeno Rogue 2019-06-03 15:04:36 +02:00
parent 5f1e0001a2
commit 29278101ba
1 changed files with 1 additions and 0 deletions

View File

@ -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;