Add a postUpdate function to plugins, which is called after World.postUpdate

This commit is contained in:
Cameron Foale
2013-11-02 17:04:32 +11:00
parent cc42a71c66
commit a96ced0d82
3 changed files with 37 additions and 0 deletions
+1
View File
@@ -437,6 +437,7 @@ Phaser.Game.prototype = {
this.plugins.update();
this.world.postUpdate();
this.plugins.postUpdate();
this.renderer.render(this.stage._stage);
this.plugins.render();