mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Attempt to fix occasional issue of uninitialized MapBlock data
This commit is contained in:
parent
b0efb8f3b2
commit
714a4f8507
1 changed files with 1 additions and 1 deletions
|
@ -2311,7 +2311,7 @@ bool ServerMap::initBlockMake(BlockMakeData *data, v3s16 blockpos)
|
||||||
// Add the area
|
// Add the area
|
||||||
{
|
{
|
||||||
//TimeTaker timer("initBlockMake() initialEmerge");
|
//TimeTaker timer("initBlockMake() initialEmerge");
|
||||||
data->vmanip->initialEmerge(bigarea_blocks_min, bigarea_blocks_max, false);
|
data->vmanip->initialEmerge(bigarea_blocks_min, bigarea_blocks_max);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure none of the blocks to be generated were marked as containing CONTENT_IGNORE
|
// Ensure none of the blocks to be generated were marked as containing CONTENT_IGNORE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue