Skip to content

Commit

Permalink
blankspace
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffM2501 committed Jan 21, 2024
1 parent 6fc839a commit 1fed11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ unsigned int rlGetActiveFramebuffer(void)
glGetIntegerv(GL_DRAW_FRAMEBUFFER_BINDING, &fboId);
return fboId;
#endif
return 0;
return 0;
}

// Disable rendering to texture
Expand Down

0 comments on commit 1fed11a

Please sign in to comment.