Fix T40399, OpenCL compile error.

This commit is contained in:
Thomas Dinges 2014-05-28 09:36:15 +02:00
parent 4b15a54ede
commit 94b2852947

@ -114,8 +114,8 @@ ccl_device void compute_light_pass(KernelGlobals *kg, ShaderData *sd, PathRadian
kernel_branched_path_integrate_lighting(kg, &rng,
sd, throughput, 1.0f, &state, &L_sample);
}
#endif
}
#endif
/* accumulate into master L */
path_radiance_accum_sample(L, &L_sample, samples);