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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user