update test

This commit is contained in:
Sean Barrett 2020-02-05 04:31:55 -08:00
parent cd742941e6
commit 828e6cfdf7
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
#if USE_STB
# include "stb_sprintf.h"
//# define STB_SPRINTF_IMPLEMENTATION
# include "stb_sprintf.h"
# define SPRINTF stbsp_sprintf
# define SNPRINTF stbsp_snprintf
#else