Compare commits

..

1 commit

Author SHA1 Message Date
Six
3b1ecadbe5
Merge 2b9c04c90a into 3cfce10a4a 2025-08-02 13:47:21 -04:00

View file

@ -733,7 +733,7 @@ local function world_target(world: world, entity: i53, relation: i53, index: num
local nth = index or 0
if nth >= count then
return nil
nth = nth + count + 1
end
nth = archetype.types[nth + idr.records[archetype_id]]
@ -2759,7 +2759,7 @@ local function world_new()
local nth = index or 0
if nth >= count then
return nil
nth = nth + count + 1
end
nth = archetype.types[nth + idr.records[archetype_id]]