mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- fixed compilation of SDL backend
error: unknown type name 'OpenGLFrameBuffer'
This commit is contained in:
parent
d2c7ffb2ca
commit
2e02b7e555
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ SDLGLVideo::~SDLGLVideo ()
|
|||
|
||||
DFrameBuffer *SDLGLVideo::CreateFrameBuffer ()
|
||||
{
|
||||
SystemGLFrameBuffer *fb = new OpenGLFrameBuffer(0, fullscreen);
|
||||
SystemGLFrameBuffer *fb = new OpenGLRenderer::OpenGLFrameBuffer(0, fullscreen);
|
||||
|
||||
return fb;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue