1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-14 22:07:38 +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

@@ -1069,6 +1069,7 @@ void geometry_information::make_floor_textures_here() {
}
EX void make_floor_textures() {
if(noGUI || !vid.usingGL) return;
DEBBI(DF_POLY, ("make_floor_textures"));
dynamicval<eGeometry> g(geometry, gEuclidSquare);
dynamicval<eModel> gm(pmodel, mdDisk);