mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Try to fix macro definition order problem with OpenGL code
This commit is contained in:
parent
13e271c6cb
commit
38cacfa577
6 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue