diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-22 23:42:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-22 23:42:12 -0600 |
commit | 534a069ee046a08749e6dc0e077999553281d976 (patch) | |
tree | 56ae0cc4625d3f05fadb499a0c9663112973bb2d /twin | |
parent | 682cf1b95063acb4914109f851576a817c412c89 (diff) | |
parent | 6a2b9ef024d8e8a579da3ed47591ccf20b699da9 (diff) | |
download | tdebase-534a069ee046a08749e6dc0e077999553281d976.tar.gz tdebase-534a069ee046a08749e6dc0e077999553281d976.zip |
Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'twin')
-rw-r--r-- | twin/compton-tde/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/compton-tde/common.h b/twin/compton-tde/common.h index ddb00fade..759e64698 100644 --- a/twin/compton-tde/common.h +++ b/twin/compton-tde/common.h @@ -493,7 +493,7 @@ typedef struct { /// Framebuffer used for greyscale conversion. GLuint fbo; /// Textures used for greyscale conversion. - GLuint textures[2]; + GLuint textures[1]; /// Width of the textures. int width; /// Height of the textures. |