Add colon
Some checks are pending
analysis / Run Luau Analyze (push) Waiting to run
deploy-docs / build (push) Waiting to run
deploy-docs / Deploy (push) Blocked by required conditions
publish-npm / publish (push) Waiting to run
unit-testing / Run Luau Tests (push) Waiting to run

This commit is contained in:
Ukendio 2025-04-26 15:44:33 +02:00
parent 7d4d67f38b
commit d0af80577b

View file

@ -1453,7 +1453,7 @@ local function world_delete(world: ecs_world_t, entity: i53)
dense_array[i_swap] = ECS_GENERATION_INC(entity) dense_array[i_swap] = ECS_GENERATION_INC(entity)
end 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 return entity_index_try_get_any(world.entity_index, entity) ~= nil
end end