phaser/src/physics
Patrick Galbraith 8eb82e4fcb
Fix for collideGroupVsSelf is undefined
This happens when you call collide with a single group as the first param.

Seems like the `collideGroupVsSelf` function was not implemented. I've changed it to just call the `collideGroupVsGroup` with the first object twice which worked when I tested it on my project.
2018-03-05 21:15:38 +10:30
..
arcade Fix for collideGroupVsSelf is undefined 2018-03-05 21:15:38 +10:30
impact eslint fixes 2018-02-16 19:17:49 +00:00
matter-js eslint fixes 2018-02-16 19:17:49 +00:00
index.js Added jsdocs 2018-02-12 16:01:21 +00:00