Cleanup: More correct terminology work
Matches threading API.
This commit is contained in:
		@@ -453,7 +453,7 @@ rcti* RE_engine_get_current_tiles(Render *re, int *r_total_tiles, bool *r_needs_
 | 
			
		||||
		if (pa->status == PART_STATUS_IN_PROGRESS) {
 | 
			
		||||
			if (total_tiles >= allocation_size) {
 | 
			
		||||
				/* Just in case we're using crazy network rendering with more
 | 
			
		||||
				 * slaves as BLENDER_MAX_THREADS.
 | 
			
		||||
				 * workers than BLENDER_MAX_THREADS.
 | 
			
		||||
				 */
 | 
			
		||||
				allocation_size += allocation_step;
 | 
			
		||||
				if (tiles == tiles_static) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user