From f6d296e1030543c475382047e4aba3386cd8d3bc Mon Sep 17 00:00:00 2001 From: Christopher Bruns Date: Sat, 9 Apr 2016 22:08:40 -0400 Subject: [PATCH] Add comment by line I modified to avoid compile problem with Visual Studio 2015 --- 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 50300090ce..aa1261720a 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 STACK_ARGS OpenGLFrameBuffer::DrawTextureParms(FTexture *img, DrawParms &parms) // CMB Does not compile for me on VS2015 "redefinition; different type modifiers" void OpenGLFrameBuffer::DrawTextureParms(FTexture *img, DrawParms &parms) { if (GLRenderer != NULL) GLRenderer->DrawTexture(img, parms);