summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.c
diff options
context:
space:
mode:
authorRay <[email protected]>2017-09-26 00:51:26 +0200
committerRay <[email protected]>2017-09-26 00:51:31 +0200
commit2068037417f44c2d86bd15e4ce6631e2faf662de (patch)
treef40e95da7aa7a65ec637b8129bf8d8032be8326b /src/rlgl.c
parented9744756e03213949825ba51786a02492a6da55 (diff)
downloadraylib-2068037417f44c2d86bd15e4ce6631e2faf662de.tar.gz
raylib-2068037417f44c2d86bd15e4ce6631e2faf662de.zip
Code tweak
Diffstat (limited to 'src/rlgl.c')
-rw-r--r--src/rlgl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rlgl.c b/src/rlgl.c
index 48733f79..c336ac4c 100644
--- a/src/rlgl.c
+++ b/src/rlgl.c
@@ -2212,7 +2212,6 @@ void *rlReadTexturePixels(Texture2D texture)
// 2 - Create an fbo, activate it, render quad with texture, glReadPixels()
#define GET_TEXTURE_FBO_OPTION_1 // It works
-
#if defined(GET_TEXTURE_FBO_OPTION_1)
glBindFramebuffer(GL_FRAMEBUFFER, fbo.id);
glBindTexture(GL_TEXTURE_2D, 0);