mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-04 02:49: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
 | 
			
		||||
		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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue