Skip to content

Commit c683ae2

Browse files
committed
Tidying up.
1 parent d34a506 commit c683ae2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/textures/Crop.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ Phaser.TextureCrop = function (gameObject, width, height, x, y)
3636
frame.cutHeight = Phaser.Math.clamp(height, 0, frame.data.cut.h - frame.cutY);
3737
}
3838

39-
// ?
40-
// frame.x = frame.cutX;
41-
// frame.y = frame.cutY;
42-
// frame.width = frame.cutWidth;
43-
// frame.height = frame.cutHeight;
44-
4539
frame.updateUVs();
4640

4741
gameObject.transform.updateVertexData();

0 commit comments

Comments
 (0)