From 354d7df4d2779ed7391701d1ef4344e959b64582 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 27 Dec 2017 19:21:12 +0000 Subject: [Broken] Texture is black. --- yage/core/stb_image.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 yage/core/stb_image.cpp (limited to 'yage/core/stb_image.cpp') diff --git a/yage/core/stb_image.cpp b/yage/core/stb_image.cpp new file mode 100644 index 00000000..8ddfd1f5 --- /dev/null +++ b/yage/core/stb_image.cpp @@ -0,0 +1,2 @@ +#define STB_IMAGE_IMPLEMENTATION +#include "stb_image.h" -- cgit