Skip to content

Commit ea8b1ca

Browse files
committed
Removed redundant properties (tint and tiling related)
1 parent b4e8486 commit ea8b1ca

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

v3/src/textures/Frame.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -94,24 +94,6 @@ var Frame = new Class({
9494
*/
9595
this.rotated = false;
9696

97-
/**
98-
* Is this a tiling texture? As used by the likes of a TilingSprite.
99-
* TODO: Try and remove this, it shouldn't be here
100-
*
101-
* @property {boolean} isTiling
102-
* @default
103-
*/
104-
this.isTiling = false;
105-
106-
/**
107-
* This will let a renderer know that a tinted parent has updated its texture.
108-
* TODO: Try and remove this, it shouldn't be here
109-
*
110-
* @property {boolean} requiresReTint
111-
* @default
112-
*/
113-
this.requiresReTint = false;
114-
11597
// Over-rides the Renderer setting? -1 = use Renderer Setting, 0 = No rounding, 1 = Round
11698
this.autoRound = -1;
11799

0 commit comments

Comments
 (0)