This commit is contained in:
Бранимир Караџић
2021-12-31 09:43:21 -08:00
parent d94a641613
commit af68e138fe

View File

@@ -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"