mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
constraintIterations now defaults to 2 for better stability
This commit is contained in:
parent
473e7de6e0
commit
f35a54d81f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ var Engine = {};
|
||||||
enabled: true,
|
enabled: true,
|
||||||
positionIterations: 6,
|
positionIterations: 6,
|
||||||
velocityIterations: 4,
|
velocityIterations: 4,
|
||||||
constraintIterations: 1,
|
constraintIterations: 2,
|
||||||
enableSleeping: false,
|
enableSleeping: false,
|
||||||
timeScale: 1,
|
timeScale: 1,
|
||||||
input: {},
|
input: {},
|
||||||
|
|
Loading…
Reference in a new issue