1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-20 11:54:48 +00:00

fixed compiling with MAXMDIM==3

This commit is contained in:
Zeno Rogue 2020-04-10 10:52:24 +02:00
parent 4d77c25dba
commit 9a0024b1c4

View File

@ -571,7 +571,9 @@ void geometry_information::prepare_basics() {
#if CAP_BT && MAXMDIM >= 4
if(bt::in()) bt::build_tmatrix();
#endif
#if MAXMDIM >= 4
if(reg3::in()) reg3::generate();
#endif
hybrid_finish: