We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e8486 commit ea8b1caCopy full SHA for ea8b1ca
1 file changed
v3/src/textures/Frame.js
@@ -94,24 +94,6 @@ var Frame = new Class({
94
*/
95
this.rotated = false;
96
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
109
110
- * @property {boolean} requiresReTint
111
112
113
- this.requiresReTint = false;
114
115
// Over-rides the Renderer setting? -1 = use Renderer Setting, 0 = No rounding, 1 = Round
116
this.autoRound = -1;
117
0 commit comments