Cycles: Fix embarrassing type remained after getting rid of utility SWAP()
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user