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