From 84aea028f9955c9313fa14b62d39a3e8e80b84b7 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Nov 2018 08:12:17 +0800 Subject: =?UTF-8?q?*=E6=9B=B4=E6=96=B0sprite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lua/modules/graphics/je_lua_ttf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua/modules/graphics/je_lua_ttf.cpp') 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* refPage = new Shared(page, JIN_GRAPHICS_PAGE); - refPage->setDependency(DEP_TTF, &shrTTF); + refPage->setDependency(PageDependency::DEP_TTF, &shrTTF); pxyPage->bind(refPage); return 1; } -- cgit v1.1-26-g67d0