* fix: pause menu on hudVisible=false

* add missing property

* reset controls fix
This commit is contained in:
clasher113
2025-07-14 18:45:47 +03:00
committed by GitHub
parent 6ab48fda93
commit 49727ec026
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -168,11 +168,9 @@ void GlobalChunks::decref(Chunk* chunk) {
ekey.pos[1] = chunk->z;
save(chunk);
if (onUnload) {
onUnload(*chunk);
}
chunksMap.erase(ekey.key);
refCounters.erase(found);
}