Fix T40399, OpenCL compile error.

This commit is contained in:
Thomas Dinges 2014-05-28 09:36:15 +02:00
parent 4b15a54ede
commit 94b2852947
Notes: blender-bot 2023-02-14 10:35:18 +01:00
Referenced by issue #40399, Cycles Does not  with 2.70 90db85a Daily Build but does for 2.70A with AMD OpenCL Driver 14.6 ver1
1 changed files with 1 additions and 1 deletions

View File

@ -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);