summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--code/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game.cpp b/code/game.cpp
index 1a1cebf..c829ee6 100644
--- a/code/game.cpp
+++ b/code/game.cpp
@@ -7,7 +7,7 @@
#define BYTES_PER_PIXEL 4
//~ Libraries
-#define STB_SPRINTF_IMPLEMENTATION
+#de,fine STB_SPRINTF_IMPLEMENTATION
#include "libs/stb_sprintf.h"
#include "libs/handmade_math.h"