mirror of
https://github.com/wassname/phaser.git
synced 2026-08-18 12:20:33 +08:00
Add a postUpdate function to plugins, which is called after World.postUpdate
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user