1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00

moved underlying space drawer from rots to hybrid, and renamed the rest of rots:: to twist::

This commit is contained in:
Zeno Rogue
2024-06-16 18:12:52 +02:00
parent 57759e95bc
commit 3d9c4c838e
10 changed files with 100 additions and 100 deletions

View File

@@ -3276,7 +3276,7 @@ EX bool do_draw(cell *c, const shiftmatrix& T) {
}
#if MAXMDIM >= 4
if(rots::drawing_underlying && euclid && hdist0(tC0(T)) > 6) return false;
if(hybrid::drawing_underlying && euclid && hdist0(tC0(T)) > 6) return false;
#endif
if(just_gmatrix && sphere) return true;
if(!do_draw(c)) return false;