Cycles: Only use ascii in comments

This commit is contained in:
Sergey Sharybin 2015-09-09 13:18:18 +05:00
parent 7fab7b63f9
commit 46d2abf78f
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ ccl_device_inline bool triangle_intersect(KernelGlobals *kg,
return false;
}
/* Calculate scaled zcoordinates of vertices and use them to calculate
/* Calculate scaled z-coordinates of vertices and use them to calculate
* the hit distance.
*/
const float T = (U * A_kz + V * B_kz + W * C_kz) * Sz;