mirror of
https://github.com/photonstorm/phaser
synced 2024-12-01 00:49:41 +00:00
A test to try for #1424
This commit is contained in:
parent
8d9e1196c0
commit
4ad6df9a29
1 changed files with 2 additions and 0 deletions
|
@ -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++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue