Skip to content

Commit d0af805

Browse files
committed
Add colon
1 parent 7d4d67f commit d0af805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jecs.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ local function world_delete(world: ecs_world_t, entity: i53)
14531453
dense_array[i_swap] = ECS_GENERATION_INC(entity)
14541454
end
14551455

1456-
local function world_exists(world, ecs_world_t, entity): boolean
1456+
local function world_exists(world: ecs_world_t, entity): boolean
14571457
return entity_index_try_get_any(world.entity_index, entity) ~= nil
14581458
end
14591459

0 commit comments

Comments
 (0)