Removed Time delta cap, removed drag references from Emitter and tested doing a custom polygon collision.

This commit is contained in:
photonstorm
2014-01-24 03:53:11 +00:00
parent ea9e22f472
commit e3aaec8ac0
6 changed files with 338 additions and 653 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ Phaser.QuadTree.prototype = {
*/
populateHandler: function (sprite) {
if (sprite.body && sprite.body.allowCollision.none === false && sprite.alive)
if (sprite.body && sprite.body.checkCollision.none === false && sprite.alive)
{
this.insert(sprite.body);
}