X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fsdl2%2Fg_system.pas;h=b37ae0bf94c5d168aafc48aaaba0d66989a43c31;hp=992d6dc4c7091de9906f6f9808ef695c7553542c;hb=c7a5223f1e2520ab13b480b937af1e208201de15;hpb=c90a76decb7081a727e76c20ba22a6f2c22e8fbc diff --git a/src/game/sdl2/g_system.pas b/src/game/sdl2/g_system.pas index 992d6dc..b37ae0b 100644 --- a/src/game/sdl2/g_system.pas +++ b/src/game/sdl2/g_system.pas @@ -247,8 +247,6 @@ implementation procedure sys_Repaint; begin - if glRenderToFBO then - e_BlitFramebuffer(gWinSizeX, gWinSizeY); SDL_GL_SwapWindow(window) end;