fetch b
Some checks failed
analysis / Run Luau Analyze (push) Has been cancelled
deploy-docs / build (push) Has been cancelled
publish-npm / publish (push) Has been cancelled
unit-testing / Run Luau Tests (push) Has been cancelled
deploy-docs / Deploy (push) Has been cancelled

This commit is contained in:
Ukendio 2025-06-27 17:42:54 +02:00
parent c4d464e712
commit bee92f489c
3 changed files with 4 additions and 4 deletions

View file

@ -563,7 +563,7 @@ local function world_get(world: World, entity: Entity,
if not b then
return va
elseif not c then
return va, fetch(a, columns_map, row)
return va, fetch(b, columns_map, row)
elseif not d then
return va, fetch(b, columns_map, row), fetch(c, columns_map, row)
elseif not e then
@ -2217,7 +2217,7 @@ local function world_new()
if not b then
return va
elseif not c then
return va, fetch(a, columns_map, row)
return va, fetch(b, columns_map, row)
elseif not d then
return va, fetch(b, columns_map, row), fetch(c, columns_map, row)
elseif not e then

View file

@ -1,6 +1,6 @@
{
"name": "@rbxts/jecs",
"version": "0.7.1",
"version": "0.7.2",
"description": "Stupidly fast Entity Component System",
"main": "jecs.luau",
"repository": {

View file

@ -1,6 +1,6 @@
[package]
name = "ukendio/jecs"
version = "0.7.1"
version = "0.7.2"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
license = "MIT"