Christophe Riccio преди 14 години
родител
ревизия
1dd9532605
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      glm/gtx/ulp.hpp

+ 1 - 1
glm/gtx/ulp.hpp

@@ -32,7 +32,7 @@ namespace glm
 		//! Return the number of ULP between 2 variables.
 		//! From GLM_GTX_ulp extension.
 		template <typename genType>
-		genIType ulp(
+        std::size_t ulp(
 			genType const & a,
 			genType const & b);