mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
fixed a bug with drawing Rosebushes
This commit is contained in:
parent
5f1e0001a2
commit
29278101ba
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user