Cycles: Minor code style cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user