mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Save previously generated blocks on Mapgen blitback
This commit is contained in:
		@@ -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());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user