We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5819c commit aba0e9eCopy full SHA for aba0e9e
examples/stress3.js
@@ -34,9 +34,7 @@ Example.stress3 = function() {
34
Render.run(render);
35
36
// create runner
37
- var runner = Runner.create({
38
- isFixed: true
39
- });
+ var runner = Runner.create();
40
Runner.run(runner, engine);
41
42
// add bodies
examples/stress4.js
@@ -35,9 +35,7 @@ Example.stress4 = function() {
43
0 commit comments