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