diff options
author | chai <chaifix@163.com> | 2018-10-20 16:30:20 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-20 16:30:20 +0800 |
commit | 3292019e55dd02a96420e72bad88711fd36ef249 (patch) | |
tree | 71c40787654d5219033e095e3cc054eee0cadeef /src/lua/modules/graphics/canvas.cpp | |
parent | cf68d9f46da1cf20503a7d738da1f43de916004d (diff) |
*注释
Diffstat (limited to 'src/lua/modules/graphics/canvas.cpp')
-rw-r--r-- | src/lua/modules/graphics/canvas.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/modules/graphics/canvas.cpp b/src/lua/modules/graphics/canvas.cpp index 506d782..79e7282 100644 --- a/src/lua/modules/graphics/canvas.cpp +++ b/src/lua/modules/graphics/canvas.cpp @@ -71,5 +71,5 @@ namespace JinEngine return 0; } - } // Lua -} // JinEngine
\ No newline at end of file + } // namespace Lua +} // namespace JinEngine
\ No newline at end of file |