mirror of
https://github.com/holub/mame
synced 2025-06-26 14:24:12 +03:00
Fix stray space char in osd_opengl.h
This commit is contained in:
parent
0eabc89663
commit
fd6cf3c18b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user