aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/ttf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/graphics/ttf.cpp')
-rw-r--r--src/lua/modules/graphics/ttf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/modules/graphics/ttf.cpp b/src/lua/modules/graphics/ttf.cpp
index 3d88a62..39383e4 100644
--- a/src/lua/modules/graphics/ttf.cpp
+++ b/src/lua/modules/graphics/ttf.cpp
@@ -8,7 +8,7 @@ namespace jin
namespace lua
{
- using namespace jin::graphics;
+ using namespace JinEngine::Graphics;
static int l_gc(lua_State* L)
{