From 2dba2f6f6ef27432cb6ed28eb3c5c6cf41110da7 Mon Sep 17 00:00:00 2001
From: Amorilia <amorilia@users.sourceforge.net>
Date: Sat, 5 Apr 2008 10:29:34 +0000
Subject: [PATCH] niflib: removed non-unicode char

---
 include/nif_math.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/nif_math.h b/include/nif_math.h
index a299e927..de6c6417 100644
--- a/include/nif_math.h
+++ b/include/nif_math.h
@@ -30,7 +30,7 @@ struct Matrix33;
 struct Float4;
 struct Matrix44;
 
-/*! Stores 2D texture coordinates – two floating point variables, u and v. */
+/*! Stores 2D texture coordinates as two floating point variables, u and v. */
 struct TexCoord {
 	float u; /*!< The U value in this coordinate pair. */ 
 	float v; /*!< The V value in this coordinate pair. */ 
-- 
GitLab