mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-21 23:56:50 -06:00
Remove systemData from luadoc.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
local tiny = require "tiny"
|
||||
|
||||
print("tiny version: " .. tiny._VERSION)
|
||||
-- Taken from answer at http://stackoverflow.com/questions/640642/how-do-you-copy-a-lua-table-by-value
|
||||
local function deep_copy(o, seen)
|
||||
seen = seen or {}
|
||||
|
||||
Reference in New Issue
Block a user