We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fc914 commit 826431cCopy full SHA for 826431c
1 file changed
src/physics/matter-js/lib/body/Body.js
@@ -92,20 +92,17 @@ var Axes = require('../geometry/Axes');
92
lineOpacity: null, // custom Phaser property
93
lineThickness: null // custom Phaser property
94
},
95
-
96
events: null,
97
bounds: null,
98
chamfer: null,
99
circleRadius: 0,
100
positionPrev: null,
101
anglePrev: 0,
102
parent: null,
103
104
axes: null,
105
area: 0,
106
mass: 0,
107
inertia: 0,
108
109
_original: null
110
};
111
0 commit comments