We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fe81d commit af9f738Copy full SHA for af9f738
1 file changed
v3/src/physics/matter-js/lib/body/Body.js
@@ -40,6 +40,7 @@ var Axes = require('../geometry/Axes');
40
id: Common.nextId(),
41
type: 'body',
42
label: 'Body',
43
+ gameObject: null,
44
parts: [],
45
plugin: {},
46
angle: 0,
0 commit comments