mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 00:46:28 +00:00
new batch of delete operator missmatch
This commit is contained in:
@@ -188,7 +188,8 @@ LevelChunk *TheEndLevelRandomLevelSource::getChunk(int xOffs, int zOffs)
|
||||
levelChunk->recalcHeightmap();
|
||||
|
||||
//delete blocks.data; // Don't delete the blocks as the array data is actually owned by the chunk now
|
||||
delete biomes.data;
|
||||
//4jcraft changed to []
|
||||
delete[] biomes.data;
|
||||
|
||||
return levelChunk;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user