You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this._crop is null. If you un-rem the lines, there is no Rectangle.cone method.
It looks like Phaser.Rectangle.clone = function (a, output) {
isn't getting ported.
The text was updated successfully, but these errors were encountered:
I do not implement the static method Rectangle.clone due to name conflict problem.
Therefore, there is only a instance method of "clone".
The problem is that I forgot to set the return value to crop.
I fixed the bug as follows:
this._crop =this.cropRect.clone();
please update the package to 0.10.2, and let me know if the bug is still there, thanks.
This error is coming from Sprite.update crop.:
this._crop is null. If you un-rem the lines, there is no Rectangle.cone method.
It looks like Phaser.Rectangle.clone = function (a, output) {
isn't getting ported.
The text was updated successfully, but these errors were encountered: