easier floor in gravity lands in bitruncated {4,4}

This commit is contained in:
Zeno Rogue
2019-12-27 11:30:09 +01:00
parent aeac634abd
commit e8ff75b239
+1 -1
View File
@@ -2525,7 +2525,7 @@ void celldrawer::draw() {
} }
void celldrawer::set_towerfloor(const cellfunction& cf) { void celldrawer::set_towerfloor(const cellfunction& cf) {
if(weirdhyperbolic || sphere) { if(weirdhyperbolic || sphere || (euc::in() && S7 == 4 && BITRUNCATED)) {
set_floor(cgi.shFloor); set_floor(cgi.shFloor);
return; return;
} }