diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2017-05-28 18:51:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-28 18:51:24 -0600 |
commit | 211a9753d1494b92e73eafd60c0a45c8420fda2d (patch) | |
tree | f0f866f517bd2187994f241af971dff9acea31ef /src/LambdaCube/GL/Mesh.hs | |
parent | 46fedd26db1f5d3966b594bd9aa9ec92fb9d37ff (diff) | |
parent | a3394e523e694523b591e2e7d66a48192e74bdc3 (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.hs | 2 |
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 | ||