Body/Group testing complete. Now focusing on n-way collision.

This commit is contained in:
photonstorm
2014-02-03 04:09:45 +00:00
parent 28f71ed86d
commit 8315973c5d
6 changed files with 255 additions and 250 deletions
+1 -1
View File
@@ -612,9 +612,9 @@ Phaser.Game.prototype = {
this.world.preUpdate();
this.stage.update();
this.input.update();
this.tweens.update();
this.sound.update();
this.input.update();
this.state.update();
this.world.update();
this.particles.update();