diff options
author | chai <chaifix@163.com> | 2018-05-17 21:34:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-17 21:34:01 +0800 |
commit | b293e9e2242c08c15e1a3248c6dec301e83652d4 (patch) | |
tree | 491ac9dec2cf8ad9dfb2a0ea375da62cb86d0373 /src/script/graphics/luaopen_graphics.cpp | |
parent | 38818e2abc0fb4e8f71f2c262f10ef5cb7fc4710 (diff) |
change file tree
Diffstat (limited to 'src/script/graphics/luaopen_graphics.cpp')
-rw-r--r-- | src/script/graphics/luaopen_graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |