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/spritesheet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yage/core/spritesheet.h') diff --git a/yage/core/spritesheet.h b/yage/core/spritesheet.h index 7d7c2fcf..7b089d25 100644 --- a/yage/core/spritesheet.h +++ b/yage/core/spritesheet.h @@ -15,7 +15,7 @@ * This could be more efficient when copying the texture out of the * spritesheet. */ -#include "texture.h" +#include "../data/texture.h" #include -- cgit