diff --git a/src/bgfx_p.h b/src/bgfx_p.h index d981a4054..80274b904 100644 --- a/src/bgfx_p.h +++ b/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 #include "config.h"