forked from Mirrorlandia_minetest/irrlicht
OpenGL3: Make sure mt_opengl is only included after GLAPI is defined
This commit is contained in:
parent
d4735ebc76
commit
bcc53e1e1a
@ -11,9 +11,9 @@
|
||||
#include "EDriverFeatures.h"
|
||||
#include "irrTypes.h"
|
||||
#include "os.h"
|
||||
#include <mt_opengl.h>
|
||||
|
||||
#include "Common.h"
|
||||
#include <mt_opengl.h> // must be after Common.h
|
||||
|
||||
#include "COGLESCoreExtensionHandler.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user