fixed nicewalls in hybri

This commit is contained in:
Zeno Rogue 2021-05-01 10:49:17 +02:00
parent 6a43061ea6
commit 19e7b8aa29
1 changed files with 2 additions and 0 deletions

View File

@ -1488,6 +1488,8 @@ EX bool walls_not_implemented() {
}
EX bool nice_walls_available() {
if(hybri) return PIU(nice_walls_available());
if(fake::in()) return FPIU(nice_walls_available());
return (geometry == gNormal && (PURE || BITRUNCATED)) || (geometry == gEuclid && !(INVERSE | IRREGULAR));
}