mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
- oops, I misplaced an endif in the Linux code
This commit is contained in:
parent
dbc8e63b8b
commit
47ba169150
1 changed files with 1 additions and 2 deletions
|
@ -476,14 +476,13 @@ DFrameBuffer *SDLVideo::CreateFrameBuffer ()
|
||||||
{
|
{
|
||||||
fb = new PolyFrameBuffer(nullptr, vid_fullscreen);
|
fb = new PolyFrameBuffer(nullptr, vid_fullscreen);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if (fb == nullptr)
|
if (fb == nullptr)
|
||||||
{
|
{
|
||||||
fb = new OpenGLRenderer::OpenGLFrameBuffer(0, vid_fullscreen);
|
fb = new OpenGLRenderer::OpenGLFrameBuffer(0, vid_fullscreen);
|
||||||
}
|
}
|
||||||
|
|
||||||
return fb;
|
return fb;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue