mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed Ivy graphics on euclid6
This commit is contained in:
parent
5f74f2f641
commit
e6fd183302
@ -1912,7 +1912,7 @@ void buildpolys() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bshape(shILeaf[1], PPR::ONTENTACLE);
|
bshape(shILeaf[1], PPR::ONTENTACLE);
|
||||||
if(S3 == 3)
|
if(S3 == 3 && S7 % 3)
|
||||||
for(int t=0; t<=S7; t++) hpcpush(ddi(t*S36, zhexf*.8) * C0);
|
for(int t=0; t<=S7; t++) hpcpush(ddi(t*S36, zhexf*.8) * C0);
|
||||||
else {
|
else {
|
||||||
for(int t=0; t<=S7; t++) {
|
for(int t=0; t<=S7; t++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user