mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-03 18:39:19 +00:00 
			
		
		
		
	Type replace callback as Any
This commit is contained in:
		
							parent
							
								
									570b72c778
								
							
						
					
					
						commit
						5022d79561
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -812,7 +812,7 @@ local function preparedQuery(compatibleArchetypes: { Archetype },
 | 
				
			||||||
		return queryNext
 | 
							return queryNext
 | 
				
			||||||
	end
 | 
						end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	local function replace(_, fn)
 | 
						local function replace(_, fn: any)
 | 
				
			||||||
        for i, archetype in compatibleArchetypes do
 | 
					        for i, archetype in compatibleArchetypes do
 | 
				
			||||||
			local tr = indices[i]
 | 
								local tr = indices[i]
 | 
				
			||||||
			local columns = archetype.columns
 | 
								local columns = archetype.columns
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue