1
0
Fork 0
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:
kwolekr 2014-09-01 14:58:05 -04:00
parent e5b4748bb4
commit 3fa4f782d9

View file

@ -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());