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