mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-07 02:35:20 +01:00
Try to fix macro definition order problem with OpenGL code
This commit is contained in:
@@ -90,6 +90,9 @@ typedef char GLchar;
|
||||
// to check if this header is in the current compile unit (different GL implementation used different "GLCommon" headers in Irrlicht
|
||||
#define IRR_COMPILE_GLES_COMMON
|
||||
|
||||
// macro used with COGLES1Driver
|
||||
#define TEST_GL_ERROR(cls) (cls)->testGLError(__LINE__)
|
||||
|
||||
namespace irr
|
||||
{
|
||||
namespace video
|
||||
|
||||
Reference in New Issue
Block a user