From 072a5e60aefe9d686d66c6876730fb10e074b9f9 Mon Sep 17 00:00:00 2001 From: Christopher Bruns Date: Sat, 9 Apr 2016 17:03:55 -0400 Subject: [PATCH] Naive change to get latest version to compile. --- src/gl/system/gl_framebuffer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gl/system/gl_framebuffer.cpp b/src/gl/system/gl_framebuffer.cpp index 31bc2b0693..50300090ce 100644 --- a/src/gl/system/gl_framebuffer.cpp +++ b/src/gl/system/gl_framebuffer.cpp @@ -402,7 +402,8 @@ bool OpenGLFrameBuffer::Begin2D(bool) // //========================================================================== -void STACK_ARGS OpenGLFrameBuffer::DrawTextureParms(FTexture *img, DrawParms &parms) +// void STACK_ARGS OpenGLFrameBuffer::DrawTextureParms(FTexture *img, DrawParms &parms) +void OpenGLFrameBuffer::DrawTextureParms(FTexture *img, DrawParms &parms) { if (GLRenderer != NULL) GLRenderer->DrawTexture(img, parms); }