From 0b8217e64a383230571ff8d6c1b96100b12ade1d Mon Sep 17 00:00:00 2001 From: Jeanne-Kamikaze Date: Fri, 10 May 2013 23:09:15 +0200 Subject: Fixed whitespace --- Spear/Math/Matrix4.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spear/Math/Matrix4.hs b/Spear/Math/Matrix4.hs index 12eb031..16f7c93 100644 --- a/Spear/Math/Matrix4.hs +++ b/Spear/Math/Matrix4.hs @@ -419,7 +419,7 @@ perspective fovy r near far = in mat4 (f/r) 0 0 0 0 f 0 0 - 0 0 ((near+far)/a) (2*near*far/a) + 0 0 ((far+near)/a) (2*far*near/a) 0 0 (-1) 0 -- cgit v1.2.3