mirror of
https://github.com/wassname/phaser.git
synced 2026-08-16 11:25:21 +08:00
Pixel Perfect click detection now works even if the Sprite is part of a texture atlas.
This commit is contained in:
@@ -400,6 +400,7 @@ Phaser.Game.prototype = {
|
||||
this.plugins.preUpdate();
|
||||
this.physics.preUpdate();
|
||||
|
||||
this.stage.update();
|
||||
this.input.update();
|
||||
this.tweens.update();
|
||||
this.sound.update();
|
||||
|
||||
Reference in New Issue
Block a user