diff options
| author | Jeanne-Kamikaze <jeannekamikaze@gmail.com> | 2013-03-12 20:06:02 +0100 |
|---|---|---|
| committer | Jeanne-Kamikaze <jeannekamikaze@gmail.com> | 2013-03-12 20:06:02 +0100 |
| commit | ad17e0b63246f3d9959148a633cf519dbef17777 (patch) | |
| tree | 87637ef47fc442dc2d2431b8655654f24e7985f8 | |
| parent | 4541db68038929e800637d92163b8adfc424c2fe (diff) | |
Fixed export list
| -rw-r--r-- | Spear/Math/Camera.hs | 2 |
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 | ) |
| 14 | where | 16 | where |
| 15 | 17 | ||
