mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 05:16:00 +00:00
fixed to work with other CAP options
This commit is contained in:
@@ -660,10 +660,12 @@ EX void resetGL() {
|
||||
floor_textures = NULL;
|
||||
}
|
||||
#endif
|
||||
#if MAXMDIM >= 4 && CAP_GL
|
||||
if(airbuf) {
|
||||
delete airbuf;
|
||||
airbuf = nullptr;
|
||||
}
|
||||
#endif
|
||||
check_cgi();
|
||||
if(currentmap) cgi.require_shapes();
|
||||
#if MAXMDIM >= 4
|
||||
|
Reference in New Issue
Block a user