Naive change to get latest version to compile.

This commit is contained in:
Christopher Bruns 2016-04-09 17:03:55 -04:00
parent c6fa01dfbf
commit 072a5e60ae

View file

@ -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);
}