From b293e9e2242c08c15e1a3248c6dec301e83652d4 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 17 May 2018 21:34:01 +0800 Subject: change file tree --- src/script/graphics/luaopen_graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/graphics') diff --git a/src/script/graphics/luaopen_graphics.cpp b/src/script/graphics/luaopen_graphics.cpp index 71637a9..4f61023 100644 --- a/src/script/graphics/luaopen_graphics.cpp +++ b/src/script/graphics/luaopen_graphics.cpp @@ -422,7 +422,7 @@ namespace lua { if (context.defaultFont == 0) { - #include "res/font.ttf.h" + #include "data/font.ttf.h" // load default font context.defaultFont = new Font(); context.defaultFont->loadb(font_ttf); -- cgit v1.1-26-g67d0