From 2b38221f80f194018ef01a78bb615efb94d79c31 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 21 Jun 2014 14:02:51 +0200 Subject: [PATCH] Fixed build --- glm/gtc/matrix_transform.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/matrix_transform.hpp b/glm/gtc/matrix_transform.hpp index 6ea71aea..ef67a100 100644 --- a/glm/gtc/matrix_transform.hpp +++ b/glm/gtc/matrix_transform.hpp @@ -226,7 +226,7 @@ namespace glm /// @see gtc_matrix_transform template GLM_FUNC_DECL detail::tmat4x4 tweakedInfinitePerspective( - T fovy, T aspect, T near, T epsilon = epsilon()); + T fovy, T aspect, T near, T epsilon = glm::epsilon()); /// Map the specified object coordinates (obj.x, obj.y, obj.z) into window coordinates. ///