소스 검색

Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spam

qt/bootmanager: Remove unnecessary glBindFramebuffer
Fernando Sahmkow 6 년 전
부모
커밋
f570b129a2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/yuzu/bootmanager.cpp

+ 0 - 1
src/yuzu/bootmanager.cpp

@@ -224,7 +224,6 @@ public:
         }
 
         context->MakeCurrent();
-        glBindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
         if (Core::System::GetInstance().Renderer().TryPresent(100)) {
             context->SwapBuffers();
             glFinish();