mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
delete airbuf on resetGL
This commit is contained in:
@@ -664,6 +664,10 @@ EX void resetGL() {
|
|||||||
floor_textures = NULL;
|
floor_textures = NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
if(airbuf) {
|
||||||
|
delete airbuf;
|
||||||
|
airbuf = nullptr;
|
||||||
|
}
|
||||||
check_cgi();
|
check_cgi();
|
||||||
if(currentmap) cgi.require_shapes();
|
if(currentmap) cgi.require_shapes();
|
||||||
#if MAXMDIM >= 4
|
#if MAXMDIM >= 4
|
||||||
|
Reference in New Issue
Block a user