1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-07 13:59:44 +00:00

added some missing CAP_* guards

This commit is contained in:
Zeno Rogue
2019-06-01 16:59:04 +02:00
parent 38554ba47d
commit 5519252fd0
5 changed files with 79 additions and 10 deletions

View File

@@ -695,7 +695,9 @@ void resetGL() {
#endif
check_cgi();
cgi.require_shapes();
#if MAXMDIM >= 4
if(DIM == 3 && !floor_textures) make_floor_textures();
#endif
cgi.initPolyForGL();
}