Correct typo: ifdef'd now, but obviously wrong

This commit is contained in:
Campbell Barton
2015-05-07 10:12:12 +10:00
parent 2d590670b4
commit 165598e49e

View File

@@ -208,7 +208,7 @@ ccl_device void kernel_bake_evaluate(KernelGlobals *kg, ccl_global uint4 *input,
filter_x = filter_y = 0.5f; filter_x = filter_y = 0.5f;
} }
else { else {
path_rng_2D(kg, &rng, sample, num_samples, PRNG_FILTER_U, &filter_x, &filter_x); path_rng_2D(kg, &rng, sample, num_samples, PRNG_FILTER_U, &filter_x, &filter_y);
} }
/* subpixel u/v offset */ /* subpixel u/v offset */