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