mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
* Revert "nil return for getSmallestMap() (#5)"
This reverts commit 12287b12ef
.
* Keep export world
This commit is contained in:
parent
12287b12ef
commit
6adc3670ee
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ local function getSmallestMap(componentIndex, components)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return s and s.sparse or nil
|
return s.sparse
|
||||||
end
|
end
|
||||||
|
|
||||||
function World.query(world: World, ...: i53): any
|
function World.query(world: World, ...: i53): any
|
||||||
|
|
Loading…
Reference in a new issue