mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- fixed: Whoops. One of those danged macros got away. ;)
This commit is contained in:
parent
8a23befd4d
commit
c04e0d0df3
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ DFrameBuffer *CreateGLSWFrameBuffer(int width, int height, bool bgra, bool fulls
|
|||
}
|
||||
#endif
|
||||
|
||||
IMPLEMENT_CLASS(OpenGLSWFrameBuffer)
|
||||
IMPLEMENT_CLASS(OpenGLSWFrameBuffer, false, false)
|
||||
|
||||
const char *const OpenGLSWFrameBuffer::ShaderDefines[OpenGLSWFrameBuffer::NUM_SHADERS] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue