summaryrefslogtreecommitdiff
path: root/src/image/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image/image.c')
-rw-r--r--src/image/image.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image/image.c b/src/image/image.c
index cf08625..a8a0502 100644
--- a/src/image/image.c
+++ b/src/image/image.c
@@ -1,6 +1,7 @@
#include <lua.h>
#include <honeysuckle.h>
-#define STB_IMAGE_IMPLEMENTATION
+/* assimp provides its own stb_image implementation */
+/*#define STB_IMAGE_IMPLEMENTATION*/
#include "stb_image.h"
#include "image.h"