mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Try to fix macro definition order problem with OpenGL code
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
#include "vendor/gl.h"
|
||||
#endif
|
||||
|
||||
// macro used with COpenGL3DriverBase
|
||||
#define TEST_GL_ERROR(cls) (cls)->testGLError(__FILE__, __LINE__)
|
||||
|
||||
namespace irr
|
||||
{
|
||||
namespace video
|
||||
|
@@ -16,8 +16,6 @@
|
||||
#include "ExtensionHandler.h"
|
||||
#include "IContextManager.h"
|
||||
|
||||
#define TEST_GL_ERROR(cls) (cls)->testGLError(__FILE__, __LINE__)
|
||||
|
||||
namespace irr
|
||||
{
|
||||
namespace video
|
||||
|
Reference in New Issue
Block a user