fixed Zebra floor graphics in hat

This commit is contained in:
Zeno Rogue 2023-03-28 23:08:54 +02:00
parent 511ffe8498
commit a9b6452d25
1 changed files with 2 additions and 0 deletions

View File

@ -2977,6 +2977,8 @@ void celldrawer::set_towerfloor(const cellfunction& cf) {
void celldrawer::set_zebrafloor() {
if(hat::in() || kite::in()) { set_floor(cgi.shFloor); return; }
if(euclid) { set_floor(cgi.shTower[10]); return; }
if(weirdhyperbolic) {
set_floor(cgi.shFloor); return;