-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
body.checkCollision.none, body.checkCollision.any do not prevent collisions #2661
Comments
To be honest I can't think of a reason why |
Thanks for submitting this issue. We have fixed this, and the fix has been pushed to the |
Actually I'm changing my mind :) I can think of reasons while you'd want a Body updating but not checking for collision. |
There - much better. You can now set it, and it'll be checked inside of |
http://phaser.io/sandbox/CDdkxjgV
checkCollision
includesany
andnone
, but settingany = false
ornone = true
doesn't prevent collisions.This issue is about
The text was updated successfully, but these errors were encountered: