mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Save previously generated blocks on Mapgen blitback
This commit is contained in:
parent
e5b4748bb4
commit
3fa4f782d9
1 changed files with 1 additions and 1 deletions
|
@ -2312,7 +2312,7 @@ void ServerMap::finishBlockMake(BlockMakeData *data,
|
|||
{
|
||||
// 70ms @cs=8
|
||||
//TimeTaker timer("finishBlockMake() blitBackAll");
|
||||
data->vmanip->blitBackAll(&changed_blocks, false);
|
||||
data->vmanip->blitBackAll(&changed_blocks);
|
||||
}
|
||||
|
||||
EMERGE_DBG_OUT("finishBlockMake: changed_blocks.size()=" << changed_blocks.size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue