mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 15:59:37 -05:00
Fix with asset_helper
Initial cleanup of Sync module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local tableLength = function(table)
|
||||
local count = 0
|
||||
for _ in pairs(nodes) do count = count + 1 end
|
||||
for _ in pairs(table) do count = count + 1 end
|
||||
return count
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user