mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- fixed Windows 32-bit build
This commit is contained in:
parent
f7adbc58bd
commit
bd8b8911d5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
if (GLRenderer != NULL) GLRenderer->DrawTexture(img, parms);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue