mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
Fix double free.
This commit is contained in:
parent
bcdca0bfdd
commit
3c6147dc6a
@ -78,8 +78,8 @@ pub fn deinit() void {
|
||||
Bloom.deinit();
|
||||
MeshSelection.deinit();
|
||||
MenuBackGround.deinit();
|
||||
chunk_meshing.deinit();
|
||||
mesh_storage.deinit();
|
||||
chunk_meshing.deinit();
|
||||
reflectionCubeMap.deinit();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user