mirror of
https://github.com/aap/librw.git
synced 2026-07-23 23:37:01 +01:00
fbo fix
This commit is contained in:
@@ -427,7 +427,6 @@ bindTexture(uint32 texid)
|
||||
void
|
||||
bindFramebuffer(uint32 fbo)
|
||||
{
|
||||
//glBindFramebuffer(GL_FRAMEBUFFER, fbo);
|
||||
if(currentFramebuffer != fbo){
|
||||
glBindFramebuffer(GL_FRAMEBUFFER, fbo);
|
||||
currentFramebuffer = fbo;
|
||||
|
||||
Reference in New Issue
Block a user