fix: empty defines for !debug builds

This commit is contained in:
Brian Matzon 2002-08-27 20:44:19 +00:00
parent e33e715849
commit 32eccb5e58
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
#else
#define CHECK_GL_ERROR
#define CHECK_AL_ERROR
#define CHECK_ALC_ERROR
#endif /* _DEBUG */