diff options
Diffstat (limited to 'src/lua/modules/graphics/ttfData.cpp')
-rw-r--r-- | src/lua/modules/graphics/ttfData.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/modules/graphics/ttfData.cpp b/src/lua/modules/graphics/ttfData.cpp index d7f06fb..43c3613 100644 --- a/src/lua/modules/graphics/ttfData.cpp +++ b/src/lua/modules/graphics/ttfData.cpp @@ -47,5 +47,5 @@ namespace JinEngine return 0; } - } // Lua -} // JinEngine
\ No newline at end of file + } // namespace Lua +} // namespace JinEngine
\ No newline at end of file |