OpenGL3: Make sure mt_opengl is only included after GLAPI is defined

This commit is contained in:
numzero 2023-10-07 20:26:48 +03:00 committed by sfan5
parent d4735ebc76
commit bcc53e1e1a
1 changed files with 1 additions and 1 deletions

View File

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