mirror of
https://github.com/wassname/phaser.git
synced 2026-07-10 00:30:50 +08:00
1.0.4 release
This commit is contained in:
@@ -290,7 +290,7 @@ Phaser.Sprite.prototype.preUpdate = function() {
|
||||
this.bounds.x -= this._cache.boundsX - this._cache.x;
|
||||
this._cache.boundsX = this._cache.x;
|
||||
|
||||
this.bounds.y -= this._cache.boundsy - this._cache.y;
|
||||
this.bounds.y -= this._cache.boundsY - this._cache.y;
|
||||
this._cache.boundsY = this._cache.y;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user