Fix T70602: error baking with Cycles OpenCL after recent changes

This commit is contained in:
Brecht Van Lommel
2019-10-07 16:50:43 +02:00
parent 78c0be9987
commit ad84f22628

View File

@@ -459,7 +459,9 @@ ccl_device void kernel_path_indirect(KernelGlobals *kg,
throughput /= probability;
}
# ifdef __DENOISING_FEATURES__
kernel_update_denoising_features(kg, sd, state, L);
# endif
# ifdef __AO__
/* ambient occlusion */