Cycles: Fix embarrassing type remained after getting rid of utility SWAP()

This commit is contained in:
Sergey Sharybin 2015-03-04 00:16:21 +05:00
parent ed5df50192
commit d544bc5cd5
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ void triangle_intersect_precalc(float3 dir,
if(IDX(dir, kz) < 0.0f) {
int tmp = kx;
kx = ky;
kx = tmp;
ky = tmp;
}
/* Calculate the shear constants. */