diff options
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. |