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
1 changed files with 2 additions and 1 deletions

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