From bd8b8911d5ecec00bc63abd0132ca603f34b0734 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Mon, 11 Apr 2016 10:08:18 +0300 Subject: [PATCH] - fixed Windows 32-bit build --- src/gl/system/gl_framebuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl/system/gl_framebuffer.cpp b/src/gl/system/gl_framebuffer.cpp index 31bc2b069..ca8a5dc32 100644 --- a/src/gl/system/gl_framebuffer.cpp +++ b/src/gl/system/gl_framebuffer.cpp @@ -402,7 +402,7 @@ bool OpenGLFrameBuffer::Begin2D(bool) // //========================================================================== -void STACK_ARGS OpenGLFrameBuffer::DrawTextureParms(FTexture *img, DrawParms &parms) +void OpenGLFrameBuffer::DrawTextureParms(FTexture *img, DrawParms &parms) { if (GLRenderer != NULL) GLRenderer->DrawTexture(img, parms); }