mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-27 02:10:02 +00:00
Add colon
Some checks are pending
Some checks are pending
This commit is contained in:
parent
7d4d67f38b
commit
d0af80577b
1 changed files with 1 additions and 1 deletions
|
@ -1453,7 +1453,7 @@ local function world_delete(world: ecs_world_t, entity: i53)
|
|||
dense_array[i_swap] = ECS_GENERATION_INC(entity)
|
||||
end
|
||||
|
||||
local function world_exists(world, ecs_world_t, entity): boolean
|
||||
local function world_exists(world: ecs_world_t, entity): boolean
|
||||
return entity_index_try_get_any(world.entity_index, entity) ~= nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue