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_texture_font.cpp | |
parent | 0bfff69053e27fbb6e541a6b8afa6c8e61a62403 (diff) |
*更新sprite
Diffstat (limited to 'src/lua/modules/graphics/je_lua_texture_font.cpp')
-rw-r--r-- | src/lua/modules/graphics/je_lua_texture_font.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/modules/graphics/je_lua_texture_font.cpp b/src/lua/modules/graphics/je_lua_texture_font.cpp index dc48ce4..0bd36e6 100644 --- a/src/lua/modules/graphics/je_lua_texture_font.cpp +++ b/src/lua/modules/graphics/je_lua_texture_font.cpp @@ -43,7 +43,7 @@ namespace JinEngine } Proxy* pxyPage = luax_newinstance(L, JIN_GRAPHICS_PAGE); Shared<Page>* shrPage = new Shared<Page>(page, JIN_GRAPHICS_PAGE); - shrPage->setDependency(DEP_TEXTURE_FONT, &shrTexFont); + shrPage->setDependency(PageDependency::DEP_TEXTURE_FONT, &shrTexFont); pxyPage->bind(shrPage); return 1; } |