diff options
author | chai <chaifix@163.com> | 2018-11-26 08:37:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-26 08:37:17 +0800 |
commit | 24b712a956a48f43788e1c11e121aedf52e22278 (patch) | |
tree | 0bbccc98f1cb24c44cfb58ca99ce305b9f513e09 /src/lua/common/je_lua.cpp | |
parent | 1d54138b94a384917d47abd8109c586b1b7ac323 (diff) |
*粒子系统
Diffstat (limited to 'src/lua/common/je_lua.cpp')
-rw-r--r-- | src/lua/common/je_lua.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/common/je_lua.cpp b/src/lua/common/je_lua.cpp index a08414e..020599d 100644 --- a/src/lua/common/je_lua.cpp +++ b/src/lua/common/je_lua.cpp @@ -132,7 +132,7 @@ namespace JinEngine luax_getobject(L, dep); if (luax_isnil(L, -1)) { - luax_pop(L, 3); // Pop nil, dep, reftbl + luax_pop(L, 3); // Pop nil, dep, reftbl. return false; } luax_settable(L, -3); |