Cycles: Cleanup, style

This commit is contained in:
Sergey Sharybin 2017-09-05 12:42:45 +02:00
parent 6859695055
commit b0bbb5f34f
3 changed files with 6 additions and 6 deletions

@ -204,7 +204,7 @@ ccl_device bool shadow_blocked_transparent_all_loop(KernelGlobals *kg,
} }
# ifdef __VOLUME__ # ifdef __VOLUME__
if(!blocked && state->volume_stack[0].shader != SHADER_NONE) { if(!blocked && state->volume_stack[0].shader != SHADER_NONE) {
/* Apply attenuation from current volume shader/ */ /* Apply attenuation from current volume shader. */
kernel_volume_shadow(kg, shadow_sd, state, ray, shadow); kernel_volume_shadow(kg, shadow_sd, state, ray, shadow);
} }
# endif # endif