diff options
Diffstat (limited to 'src/core/texture.c')
-rw-r--r-- | src/core/texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/texture.c b/src/core/texture.c index 1b70e4b..5b23220 100644 --- a/src/core/texture.c +++ b/src/core/texture.c @@ -1,6 +1,6 @@ #include "texture.h" #define STB_IMAGE_IMPLEMENTATION -#include "../lib/stb_image.h" +#include "../extern/stb_image.h" #include <stdio.h> static void texture_abgr2argb(Texture* tex) { |