Forráskód Böngészése

Fixed non-utf8 character #196

Christophe Riccio 11 éve
szülő
commit
e5ee35323a
2 módosított fájl, 6 hozzáadás és 2 törlés
  1. 1 2
      glm/detail/type_half.inl
  2. 5 0
      readme.txt

+ 1 - 2
glm/detail/type_half.inl

@@ -38,8 +38,7 @@ namespace detail
 		volatile float f = 1e10;
 		volatile float f = 1e10;
 
 
 		for(int i = 0; i < 10; ++i)	
 		for(int i = 0; i < 10; ++i)	
-			f *= f;             // this will overflow before
-								// the for­loop terminates
+			f *= f; // this will overflow before the for loop terminates
 		return f;
 		return f;
 	}
 	}
 
 

+ 5 - 0
readme.txt

@@ -36,6 +36,11 @@ GLM is a header only library, there is nothing to build, just include it.
 More informations in GLM manual:
 More informations in GLM manual:
 http://glm.g-truc.net/glm.pdf
 http://glm.g-truc.net/glm.pdf
 
 
+================================================================================
+GLM 0.9.5.4: 2014-0X-XX
+--------------------------------------------------------------------------------
+- Fixed non-utf8 space character #196
+
 ================================================================================
 ================================================================================
 GLM 0.9.5.3: 2014-04-02
 GLM 0.9.5.3: 2014-04-02
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------