- Partially reverted Blzut3's patch to gl_framebuffer.h. It was no longer applicable.

This commit is contained in:
drfrag666 2018-04-22 14:22:17 +02:00
parent 6844f20081
commit 2a41088fb6

View file

@ -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