Cleanup: More correct terminology work

Matches threading API.
This commit is contained in:
2018-09-12 11:00:38 +02:00
parent 2e36a1809f
commit f088bbae6a

View File

@@ -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) {