Cycles: Fix typo in shader cancel routines

This commit is contained in:
Sergey Sharybin 2016-09-29 15:48:10 +02:00
parent 57a2015f56
commit 333366dbcf

@ -993,7 +993,7 @@ public:
cuda_assert(cuCtxSynchronize());
if(task.get_cancel()) {
canceled = false;
canceled = true;
break;
}
}