This commit is contained in:
aap
2020-10-24 22:50:52 +02:00
parent edc77742c5
commit ee2a32e142
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -427,7 +427,6 @@ bindTexture(uint32 texid)
void
bindFramebuffer(uint32 fbo)
{
//glBindFramebuffer(GL_FRAMEBUFFER, fbo);
if(currentFramebuffer != fbo){
glBindFramebuffer(GL_FRAMEBUFFER, fbo);
currentFramebuffer = fbo;