A test to try for #1424

This commit is contained in:
photonstorm 2014-12-09 23:38:23 +00:00
parent 8d9e1196c0
commit 4ad6df9a29

View file

@ -365,6 +365,8 @@ Phaser.Sprite.prototype.postUpdate = function() {
this.position.y = (this.game.camera.view.y + this.cameraOffset.y) / this.game.camera.scale.y; this.position.y = (this.game.camera.view.y + this.cameraOffset.y) / this.game.camera.scale.y;
} }
this.updateTransform();
// Update any Children // Update any Children
for (var i = 0, len = this.children.length; i < len; i++) for (var i = 0, len = this.children.length; i < len; i++)
{ {