mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Inverse statement
This commit is contained in:
parent
bfce07c881
commit
2e29046770
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ local function query_match(query, archetype: Archetype)
|
||||||
end
|
end
|
||||||
|
|
||||||
local without = query.filter_without
|
local without = query.filter_without
|
||||||
if not without then
|
if without then
|
||||||
for _, id in without do
|
for _, id in without do
|
||||||
if records[id] then
|
if records[id] then
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in a new issue