diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2015-09-07 20:12:53 +0200 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2015-09-07 20:12:53 +0200 |
commit | fa8b502a4d336bb5a200a5f7e7953d37659d4c2c (patch) | |
tree | 622c5341ab3543ea5b8bd7cf54b26bd0da15d211 /Backend/GL/Mesh.hs | |
parent | 02f489a577c9c9ecd199fde2934289deb0e0e39c (diff) |
fix import
Diffstat (limited to 'Backend/GL/Mesh.hs')
-rw-r--r-- | Backend/GL/Mesh.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Backend/GL/Mesh.hs b/Backend/GL/Mesh.hs index 5c6311d..4539622 100644 --- a/Backend/GL/Mesh.hs +++ b/Backend/GL/Mesh.hs | |||
@@ -30,6 +30,7 @@ import qualified Data.Vector.Storable.Mutable as MV | |||
30 | import Backend.GL | 30 | import Backend.GL |
31 | import Backend.GL.Type as T | 31 | import Backend.GL.Type as T |
32 | import IR as IR | 32 | import IR as IR |
33 | import Linear as IR | ||
33 | 34 | ||
34 | fileVersion :: Int32 | 35 | fileVersion :: Int32 |
35 | fileVersion = 1 | 36 | fileVersion = 1 |