Copy metatable in table.deepcopy
Copy metatable as well during deep copying
This commit is contained in:
parent
babb6a6d8d
commit
61741a5cc8
@ -74,7 +74,7 @@ function table.deep_copy(t)
|
||||
end
|
||||
end
|
||||
|
||||
return copied
|
||||
return setmetatable(copied, getmetatable(t))
|
||||
end
|
||||
|
||||
function table.count_pairs(t)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user