mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- Partially reverted Blzut3's patch to gl_framebuffer.h. It was no longer applicable.
This commit is contained in:
parent
6844f20081
commit
2a41088fb6
1 changed files with 0 additions and 2 deletions
|
@ -19,9 +19,7 @@ class FGLDebug;
|
|||
#ifdef _WIN32
|
||||
class OpenGLFrameBuffer : public Win32GLFrameBuffer
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
typedef Win32GLFrameBuffer Super;
|
||||
#endif
|
||||
#else
|
||||
//#include "sdlglvideo.h"
|
||||
class OpenGLFrameBuffer : public SDLGLFB
|
||||
|
|
Loading…
Reference in a new issue