diff options
Diffstat (limited to 'src/lua/modules/graphics/ttfData.cpp')
-rw-r--r-- | src/lua/modules/graphics/ttfData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/modules/graphics/ttfData.cpp b/src/lua/modules/graphics/ttfData.cpp index 5d4d03a..f61680f 100644 --- a/src/lua/modules/graphics/ttfData.cpp +++ b/src/lua/modules/graphics/ttfData.cpp @@ -8,7 +8,7 @@ namespace jin namespace lua { - using namespace jin::graphics; + using namespace JinEngine::Graphics; static int l_newTTF(lua_State* L) { |