blankspace

This commit is contained in:
Jeffery Myers 2024-01-20 18:29:45 -08:00
parent 6fc839a586
commit 1fed11a3ea

View File

@ -1734,7 +1734,7 @@ unsigned int rlGetActiveFramebuffer(void)
glGetIntegerv(GL_DRAW_FRAMEBUFFER_BINDING, &fboId); glGetIntegerv(GL_DRAW_FRAMEBUFFER_BINDING, &fboId);
return fboId; return fboId;
#endif #endif
return 0; return 0;
} }
// Disable rendering to texture // Disable rendering to texture