mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +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
|
||||
end
|
||||
|
||||
local function replace(_, fn)
|
||||
local function replace(_, fn: any)
|
||||
for i, archetype in compatibleArchetypes do
|
||||
local tr = indices[i]
|
||||
local columns = archetype.columns
|
||||
|
|
Loading…
Reference in a new issue