Бранимир Караџић 4 years ago
parent
commit
af68e138fe
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/bgfx_p.h

+ 1 - 3
src/bgfx_p.h

@@ -10,7 +10,7 @@
 
 #ifndef BX_CONFIG_DEBUG
 #	error "BX_CONFIG_DEBUG must be defined in build script!"
-#endif // BGFX_CONFIG_DEBUG
+#endif // BX_CONFIG_DEBUG
 
 #define BGFX_CONFIG_DEBUG BX_CONFIG_DEBUG
 
@@ -20,8 +20,6 @@
 #	define BX_ASSERT _BGFX_ASSERT
 #endif // BX_CONFIG_DEBUG
 
-#	define BX_ASSERT2 _BGFX_ASSERT
-
 #include <bgfx/bgfx.h>
 #include "config.h"