summaryrefslogtreecommitdiff
path: root/lambdacube-gl.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2017-01-26 00:36:48 +0000
committerCsaba Hruska <csaba.hruska@gmail.com>2017-01-26 00:37:03 +0000
commit0f01492b377ed52e7967c75e834ee7ad6d487163 (patch)
tree0082f89b6d4079d7d7b310421d5a1e371ae914a4 /lambdacube-gl.cabal
parent83f4f04f20d9a40380ed2ab16912be19b6379173 (diff)
fix calculation of active texture count, caused a bug when render textures were not binded properly, closes #5.
Diffstat (limited to 'lambdacube-gl.cabal')
-rw-r--r--lambdacube-gl.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index 56e9cfc..b8b365b 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -1,5 +1,5 @@
1name: lambdacube-gl 1name: lambdacube-gl
2version: 0.5.2.2 2version: 0.5.2.3
3synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D 3synopsis: OpenGL 3.3 Core Profile backend for LambdaCube 3D
4description: OpenGL 3.3 Core Profile backend for LambdaCube 3D 4description: OpenGL 3.3 Core Profile backend for LambdaCube 3D
5homepage: http://lambdacube3d.com 5homepage: http://lambdacube3d.com