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