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 0260089 commit 1999debCopy full SHA for 1999deb
docs/pages/contacts.md
@@ -146,7 +146,7 @@ world.on('end-contact', function(contact) {
146
world.on('pre-solve', function(contact, oldManifold) {
147
/* handle pre-solve event */
148
});
149
-world.on('pre-solve', function(contact, contactImpulse) {
+world.on('post-solve', function(contact, contactImpulse) {
150
/* handle post-solve event */
151
152
```
0 commit comments