Skip to content

Commit edeb63e

Browse files
committed
eslint fix
1 parent cc09986 commit edeb63e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/matter-js/MatterGameObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var MatterGameObject = new Class({
6161

6262
this.world = world;
6363

64-
this._tempVec2 = new Vector2(x, y);
64+
this._tempVec2 = new Vector2(gameObject.x, gameObject.y);
6565

6666
var shape = GetFastValue(options, 'shape', null);
6767

0 commit comments

Comments
 (0)