mirror of
https://github.com/Ukendio/jecs.git
synced 2025-09-14 04:29:18 +00:00
fetch b
Some checks failed
Some checks failed
This commit is contained in:
parent
c4d464e712
commit
bee92f489c
3 changed files with 4 additions and 4 deletions
|
@ -563,7 +563,7 @@ local function world_get(world: World, entity: Entity,
|
||||||
if not b then
|
if not b then
|
||||||
return va
|
return va
|
||||||
elseif not c then
|
elseif not c then
|
||||||
return va, fetch(a, columns_map, row)
|
return va, fetch(b, columns_map, row)
|
||||||
elseif not d then
|
elseif not d then
|
||||||
return va, fetch(b, columns_map, row), fetch(c, columns_map, row)
|
return va, fetch(b, columns_map, row), fetch(c, columns_map, row)
|
||||||
elseif not e then
|
elseif not e then
|
||||||
|
@ -2217,7 +2217,7 @@ local function world_new()
|
||||||
if not b then
|
if not b then
|
||||||
return va
|
return va
|
||||||
elseif not c then
|
elseif not c then
|
||||||
return va, fetch(a, columns_map, row)
|
return va, fetch(b, columns_map, row)
|
||||||
elseif not d then
|
elseif not d then
|
||||||
return va, fetch(b, columns_map, row), fetch(c, columns_map, row)
|
return va, fetch(b, columns_map, row), fetch(c, columns_map, row)
|
||||||
elseif not e then
|
elseif not e then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@rbxts/jecs",
|
"name": "@rbxts/jecs",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"description": "Stupidly fast Entity Component System",
|
"description": "Stupidly fast Entity Component System",
|
||||||
"main": "jecs.luau",
|
"main": "jecs.luau",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ukendio/jecs"
|
name = "ukendio/jecs"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
realm = "shared"
|
realm = "shared"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue