aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Spear/Math/Camera.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Spear/Math/Camera.hs b/Spear/Math/Camera.hs
index 9484bef..86d6f9e 100644
--- a/Spear/Math/Camera.hs
+++ b/Spear/Math/Camera.hs
@@ -10,6 +10,8 @@ module Spear.Math.Camera
10, Bottom 10, Bottom
11, Top 11, Top
12, projection 12, projection
13, perspective
14, ortho
13) 15)
14where 16where
15 17