fix: context typing
This commit is contained in:
parent
0a73d9ceb8
commit
a992c9aa87
|
@ -212,7 +212,7 @@ export default class Collider extends decorate(Trait) {
|
|||
pushCollisionTickingPromise(actions, other) {
|
||||
const context = new Context({
|
||||
entity: [this.entity, 'entity'],
|
||||
other,
|
||||
other: [this.entity, 'entity'],
|
||||
});
|
||||
const tickingPromise = actions.tickingPromise(context);
|
||||
this._collisionTickingPromises.push(tickingPromise);
|
||||
|
|
Loading…
Reference in New Issue
Block a user