mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
fixed the basic floor in nontruncated four hexagons
This commit is contained in:
parent
b5e7e32726
commit
c0fca6e665
@ -1260,6 +1260,8 @@ void buildpolys() {
|
||||
|
||||
if(a4 && nontruncated) fac94 *= 1.1;
|
||||
|
||||
if(a46 && nontruncated) fac94 *= .9;
|
||||
|
||||
double floorrad0 = shexf*fac80*spzoom;
|
||||
|
||||
double floorrad1 = strict ? hcrossf : euclid ? shexf*fac80*spzoom : shexf*fac94;
|
||||
|
Loading…
Reference in New Issue
Block a user