Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-23 12:46:48 +0300
committerCampbell Barton <campbell@blender.org>2022-02-23 12:47:14 +0300
commit66c0fe5b234fad377c21c25dc406309abcd57656 (patch)
treeef16a337c4482f5e009c8e72369a7d8dbcd10580 /intern/cycles/integrator/render_scheduler.cpp
parent7393cc1db7abc8fd2c1c37dc13dfc1c85ccffbf6 (diff)
Cleanup: correction to repeated word removal & correct spelling
Diffstat (limited to 'intern/cycles/integrator/render_scheduler.cpp')
-rw-r--r--intern/cycles/integrator/render_scheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/integrator/render_scheduler.cpp b/intern/cycles/integrator/render_scheduler.cpp
index 0d8aef106e4..90a5a01320b 100644
--- a/intern/cycles/integrator/render_scheduler.cpp
+++ b/intern/cycles/integrator/render_scheduler.cpp
@@ -244,7 +244,7 @@ void RenderScheduler::render_work_reschedule_on_cancel(RenderWork &render_work)
render_work.tile.write = tile_write;
render_work.full.write = full_write;
- /* Do not write tile if it has zero samples it, treat it similarly to all other tiles which
+ /* Do not write tile if it has zero samples in it, treat it similarly to all other tiles which
* got canceled. */
if (!state_.tile_result_was_written && has_rendered_samples) {
render_work.tile.write = true;