mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Rest should be last
This commit is contained in:
parent
b79bbb5bfa
commit
87e986b6aa
1 changed files with 1 additions and 1 deletions
|
@ -1205,9 +1205,9 @@ return {
|
|||
OnSet = EcsOnSet :: Entity,
|
||||
ChildOf = EcsChildOf,
|
||||
Component = EcsComponent,
|
||||
Rest = EcsRest,
|
||||
Wildcard = EcsWildcard :: Entity,
|
||||
w = EcsWildcard :: Entity,
|
||||
Rest = EcsRest,
|
||||
|
||||
pair = (ECS_PAIR :: any) :: <R, T>(pred: Entity, obj: Entity) -> number,
|
||||
|
||||
|
|
Loading…
Reference in a new issue