Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Save previously generated blocks on Mapgen blitback
  • Loading branch information
kwolekr committed Sep 1, 2014
1 parent e5b4748 commit 3fa4f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.cpp
Expand Up @@ -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());
Expand Down

0 comments on commit 3fa4f78

Please sign in to comment.