Cycles: Minor code style cleanup

This commit is contained in:
2015-11-01 15:39:58 +05:00
parent 99df433ea7
commit 84e8b05e97
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ __kernel void kernel_ocl_path_trace_scene_intersect(
return;
}
} else {
if(x < (sw * parallel_samples) && y < sh){
if(x < (sw * parallel_samples) && y < sh) {
ray_index = x + y * (sw * parallel_samples);
} else {
return;