Fix stray space char in osd_opengl.h

This commit is contained in:
Miodrag Milanović 2020-10-03 14:00:45 +02:00 committed by GitHub
parent 0eabc89663
commit fd6cf3c18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
#ifdef _MSC_VER
#include <windows.h>
#include "GL/GL.h"
#include "bgfx/3rdparty/khronos/gl/glext.h "
#include "bgfx/3rdparty/khronos/gl/glext.h"
#ifndef USE_DISPATCH_GL
#include "bgfx/3rdparty/khronos/wgl/wglext.h"
#endif