mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix USE_OPENGL=0 build.
git-svn-id: https://svn.eduke32.com/eduke32@3425 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f0bf345233
commit
d73368daee
1 changed files with 2 additions and 0 deletions
|
@ -3478,6 +3478,7 @@ static void G_OROR_DupeSprites(void)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef USE_OPENGL
|
||||
static void G_ReadGLFrame(void)
|
||||
{
|
||||
// Save OpenGL screenshot with Duke3D palette
|
||||
|
@ -3515,6 +3516,7 @@ static void G_ReadGLFrame(void)
|
|||
}
|
||||
enddrawing();
|
||||
}
|
||||
#endif
|
||||
|
||||
void G_DrawRooms(int32_t snum, int32_t smoothratio)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue