summaryrefslogtreecommitdiff
path: root/src/LambdaCube/GL/Mesh.hs
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2017-05-28 18:51:24 -0600
committerGitHub <noreply@github.com>2017-05-28 18:51:24 -0600
commit211a9753d1494b92e73eafd60c0a45c8420fda2d (patch)
treef0f866f517bd2187994f241af971dff9acea31ef /src/LambdaCube/GL/Mesh.hs
parent46fedd26db1f5d3966b594bd9aa9ec92fb9d37ff (diff)
parenta3394e523e694523b591e2e7d66a48192e74bdc3 (diff)
Merge pull request #12 from deepfire/fix-space-leak-11
Fix space leak, as per #11
Diffstat (limited to 'src/LambdaCube/GL/Mesh.hs')
-rw-r--r--src/LambdaCube/GL/Mesh.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LambdaCube/GL/Mesh.hs b/src/LambdaCube/GL/Mesh.hs
index 1b1b823..2c9dcda 100644
--- a/src/LambdaCube/GL/Mesh.hs
+++ b/src/LambdaCube/GL/Mesh.hs
@@ -7,7 +7,7 @@ module LambdaCube.GL.Mesh (
7 Mesh(..), 7 Mesh(..),
8 MeshPrimitive(..), 8 MeshPrimitive(..),
9 MeshAttribute(..), 9 MeshAttribute(..),
10 GPUMesh, 10 GPUMesh(..), GPUData(..),
11 meshData 11 meshData
12) where 12) where
13 13