1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 10:19:58 +00:00

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

View File

@ -650,6 +650,7 @@ void geometry_information::procedural_shapes() {
bshape(shRose, PPR::ITEM); bshape(shRose, PPR::ITEM);
PRING(t) PRING(t)
hpcpush(xspinpush0(M_PI * t / (S42+.0), scalefactor * hcrossf7 * (0.2 + .15 * sin(M_PI * t / (S42+.0) * 3)))); hpcpush(xspinpush0(M_PI * t / (S42+.0), scalefactor * hcrossf7 * (0.2 + .15 * sin(M_PI * t / (S42+.0) * 3))));
finishshape();
shRoseItem = shRose; shRoseItem = shRose;