mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-04 05:13:55 -04:00
Allow no definition in system creation
This commit is contained in:
parent
6f08cfe10a
commit
ea782ddeeb
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ System.mt = {
|
|||
}
|
||||
|
||||
local validateFilters = function (definition)
|
||||
if not definition then return {} end
|
||||
local filters = {}
|
||||
|
||||
for name, componentsList in pairs(definition) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue