X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fsdl%2Fg_system.pas;h=c53a7b347596c44c4331497c94c7ee3a2cb524b0;hb=c7a5223f1e2520ab13b480b937af1e208201de15;hp=68f99188a830691b8f2d149e33ad70873d7a3191;hpb=7c06a96f799350b246c7ed39d30c2a08237edee5;p=d2df-sdl.git 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;