From 3aa74828ab627723e6c98163bf6344ef1f009bcf Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 3 Feb 2016 15:00:55 +0100 Subject: Cycles: Cleanup, indentation and braces --- intern/cycles/kernel/split/kernel_next_iteration_setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/kernel/split/kernel_next_iteration_setup.h') diff --git a/intern/cycles/kernel/split/kernel_next_iteration_setup.h b/intern/cycles/kernel/split/kernel_next_iteration_setup.h index 1f1d7fb43f4..74da80b52cc 100644 --- a/intern/cycles/kernel/split/kernel_next_iteration_setup.h +++ b/intern/cycles/kernel/split/kernel_next_iteration_setup.h @@ -87,7 +87,7 @@ ccl_device char kernel_next_iteration_setup( /* Path radiance update for AO/Direct_lighting's shadow blocked. */ if(IS_FLAG(ray_state, ray_index, RAY_SHADOW_RAY_CAST_DL) || IS_FLAG(ray_state, ray_index, RAY_SHADOW_RAY_CAST_AO)) - { + { state = &PathState_coop[ray_index]; L = &PathRadiance_coop[ray_index]; float3 _throughput = throughput_coop[ray_index]; -- cgit v1.2.3