diff options
author | chai <chaifix@163.com> | 2018-11-14 08:12:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-14 08:12:17 +0800 |
commit | 84aea028f9955c9313fa14b62d39a3e8e80b84b7 (patch) | |
tree | 85c3096a84fd231cb7dec2d4d5cf4519a5a46c92 /src/lua/modules/graphics/je_lua_ttf.cpp | |
parent | 0bfff69053e27fbb6e541a6b8afa6c8e61a62403 (diff) |
*更新sprite
Diffstat (limited to 'src/lua/modules/graphics/je_lua_ttf.cpp')
-rw-r--r-- | src/lua/modules/graphics/je_lua_ttf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/modules/graphics/je_lua_ttf.cpp b/src/lua/modules/graphics/je_lua_ttf.cpp index 6cade75..319fdd6 100644 --- a/src/lua/modules/graphics/je_lua_ttf.cpp +++ b/src/lua/modules/graphics/je_lua_ttf.cpp @@ -43,7 +43,7 @@ namespace JinEngine } Proxy* pxyPage = luax_newinstance(L, JIN_GRAPHICS_PAGE); Shared<Page>* refPage = new Shared<Page>(page, JIN_GRAPHICS_PAGE); - refPage->setDependency(DEP_TTF, &shrTTF); + refPage->setDependency(PageDependency::DEP_TTF, &shrTTF); pxyPage->bind(refPage); return 1; } |