diff options
author | chai <chaifix@163.com> | 2019-12-08 22:17:14 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-08 22:17:14 +0800 |
commit | 3f44877edfe4c301b258d522bcb4e8d9b6e92382 (patch) | |
tree | 9bb4fdf53821c0822a8ac0a3c263f38551296285 /src/core/texture.c | |
parent | 69d8af71d6882e801496fcd7ed971081c0b720d8 (diff) |
*misc
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) { |