0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

removed redundant property

This commit is contained in:
liabru 2014-06-21 17:55:09 +01:00
parent eaa97679d8
commit 14392b4a88

View file

@ -41,7 +41,6 @@ var Engine = {};
velocityIterations: 4,
constraintIterations: 2,
enableSleeping: false,
timeScale: 1,
events: [],
timing: {
fps: _fps,