1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 10:48:04 +00:00

noGUI taken into account in more places

This commit is contained in:
Zeno Rogue
2019-11-09 11:18:52 +01:00
parent 68e3d98f88
commit e6be9231c9
3 changed files with 4 additions and 1 deletions

View File

@@ -834,7 +834,7 @@ void geometry_information::make_shadow(hpcshape& sh) {
}
void geometry_information::make_3d_models() {
if(GDIM == 2) return;
if(GDIM == 2 || noGUI) return;
eyepos = WDIM == 2 ? 0.875 : 0.925;
DEBBI(DF_POLY, ("make_3d_models"));
shcenter = C0;