From 130f91fe50006f5d661b425bdcfd734dad6e0fad Mon Sep 17 00:00:00 2001 From: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com> Date: Sat, 25 May 2024 12:58:47 -0400 Subject: [PATCH] Remove STB implementation as it's already defined in RT64 --- src/main/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/main.cpp b/src/main/main.cpp index 50edd04..1ecfbbb 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -38,7 +38,6 @@ #include "SDL_syswm.h" #endif -#define STB_IMAGE_IMPLEMENTATION #include "../../lib/rt64/src/contrib/stb/stb_image.h" template