diff options
author | chai <chaifix@163.com> | 2018-12-04 15:38:19 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-04 15:38:19 +0800 |
commit | adbc170d850a23b219f1718c2cf3e40fadd66ce0 (patch) | |
tree | f26f3d68e3938b2bf147efbe467ed8767e6db5eb /src/lua/common/je_lua_object.h | |
parent | 85d456d30810347257a33d9443d4ad158d6d5fb1 (diff) |
*拷贝lua object到另一个lua state
Diffstat (limited to 'src/lua/common/je_lua_object.h')
-rw-r--r-- | src/lua/common/je_lua_object.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lua/common/je_lua_object.h b/src/lua/common/je_lua_object.h index 1d74de9..c2f0195 100644 --- a/src/lua/common/je_lua_object.h +++ b/src/lua/common/je_lua_object.h @@ -57,10 +57,6 @@ namespace JinEngine int getDependenciesCount(); - ////////////////////////////////////////////////////////////////////////////////////////////////////// - // - ////////////////////////////////////////////////////////////////////////////////////////////////////// - lua_State* state; SharedBase* object; |