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
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-09-30 16:11:25 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-09-30 16:11:25 +0400
commit31e6181187926f4dfb1bf3c62605b0e2b5bc237c (patch)
treee0acddcb1a95caab6c853664099e1717095b6d7c /intern
parent78a8b2a883a7f64cfff94d51f7ae164b1a5bd038 (diff)
Fix #36873: cycles opencl render status show negative sample count.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/device/device_opencl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index d723df70c89..d25830b3c48 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -1086,7 +1086,7 @@ public:
tile.sample = sample + 1;
- //task->update_progress(tile);
+ task->update_progress(tile);
}
task->release_tile(tile);