X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fsdl%2Fg_system.pas;h=c53a7b347596c44c4331497c94c7ee3a2cb524b0;hp=68f99188a830691b8f2d149e33ad70873d7a3191;hb=c7a5223f1e2520ab13b480b937af1e208201de15;hpb=c90a76decb7081a727e76c20ba22a6f2c22e8fbc diff --git a/src/game/sdl/g_system.pas b/src/game/sdl/g_system.pas index 68f9918..c53a7b3 100644 --- a/src/game/sdl/g_system.pas +++ b/src/game/sdl/g_system.pas @@ -173,8 +173,6 @@ implementation procedure sys_Repaint; begin - if glRenderToFBO then - e_BlitFramebuffer(gWinSizeX, gWinSizeY); SDL_GL_SwapBuffers end;