Skip to content

Commit af9f738

Browse files
committed
Added property
1 parent f8fe81d commit af9f738

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • v3/src/physics/matter-js/lib/body

v3/src/physics/matter-js/lib/body/Body.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var Axes = require('../geometry/Axes');
4040
id: Common.nextId(),
4141
type: 'body',
4242
label: 'Body',
43+
gameObject: null,
4344
parts: [],
4445
plugin: {},
4546
angle: 0,

0 commit comments

Comments
 (0)