mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
Crop test
This commit is contained in:
parent
4fc26e4a26
commit
ffd51479e4
1 changed files with 2 additions and 2 deletions
|
@ -495,7 +495,7 @@ Phaser.Sprite.prototype.setFrame = function(frame) {
|
|||
* @method Phaser.Sprite#updateCrop
|
||||
* @memberof Phaser.Sprite
|
||||
*/
|
||||
Phaser.Sprite.prototype.PREupdateCrop = function() {
|
||||
Phaser.Sprite.prototype.updateCrop = function() {
|
||||
|
||||
if (!this.cropRect)
|
||||
{
|
||||
|
@ -558,7 +558,7 @@ Phaser.Sprite.prototype.PREupdateCrop = function() {
|
|||
};
|
||||
|
||||
|
||||
Phaser.Sprite.prototype.updateCrop = function() {
|
||||
Phaser.Sprite.prototype.XupdateCrop = function() {
|
||||
|
||||
if (!this.cropRect)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue