[Bf-blender-cvs] [46d2abf] master: Cycles: Only use ascii in comments

Sergey Sharybin noreply at git.blender.org
Wed Sep 9 10:39:40 CEST 2015


Commit: 46d2abf78fe5422289e4e7304428bb468df4c61f
Author: Sergey Sharybin
Date:   Wed Sep 9 13:18:18 2015 +0500
Branches: master
https://developer.blender.org/rB46d2abf78fe5422289e4e7304428bb468df4c61f

Cycles: Only use ascii in comments

===================================================================

M	intern/cycles/kernel/geom/geom_triangle_intersect.h

===================================================================

diff --git a/intern/cycles/kernel/geom/geom_triangle_intersect.h b/intern/cycles/kernel/geom/geom_triangle_intersect.h
index 9cda0bc..5f88ef0 100644
--- a/intern/cycles/kernel/geom/geom_triangle_intersect.h
+++ b/intern/cycles/kernel/geom/geom_triangle_intersect.h
@@ -156,7 +156,7 @@ ccl_device_inline bool triangle_intersect(KernelGlobals *kg,
 		return false;
 	}
 
-	/* Calculate scaled z−coordinates 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;




More information about the Bf-blender-cvs mailing list