mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 00:47:40 +00:00
renamed DIM to GDIM
This commit is contained in:
@@ -802,7 +802,7 @@ void geometry_information::make_shadow(hpcshape& sh) {
|
||||
}
|
||||
|
||||
void geometry_information::make_3d_models() {
|
||||
if(DIM == 2) return;
|
||||
if(GDIM == 2) return;
|
||||
eyepos = WDIM == 2 ? 0.875 : 0.925;
|
||||
DEBBI(DF_POLY, ("make_3d_models"));
|
||||
shcenter = C0;
|
||||
|
Reference in New Issue
Block a user