mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Compare commits
2 commits
3bf385c772
...
daba8b2539
Author | SHA1 | Date | |
---|---|---|---|
|
daba8b2539 | ||
|
a703e2c361 |
1 changed files with 0 additions and 3 deletions
|
@ -172,9 +172,6 @@ end
|
|||
|
||||
local function entity_index_try_get_any(entity_index: EntityIndex, entity: number): Record?
|
||||
local r = entity_index.sparse_array[ECS_ENTITY_T_LO(entity)]
|
||||
if not r then
|
||||
return nil
|
||||
end
|
||||
|
||||
if not r or r.dense == 0 then
|
||||
return nil
|
||||
|
|
Loading…
Reference in a new issue