mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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);
|
||||
if(S3 == 3)
|
||||
if(S3 == 3 && S7 % 3)
|
||||
for(int t=0; t<=S7; t++) hpcpush(ddi(t*S36, zhexf*.8) * C0);
|
||||
else {
|
||||
for(int t=0; t<=S7; t++) {
|
||||
|
Loading…
Reference in New Issue
Block a user