We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390ae5f commit 0ac0bc1Copy full SHA for 0ac0bc1
1 file changed
src/gameobjects/components/Tint.js
@@ -217,6 +217,7 @@ var Tint = {
217
set: function (value)
218
{
219
this._tintTL = GetColor(value);
220
+ this._isTinted = true;
221
}
222
223
},
@@ -240,6 +241,7 @@ var Tint = {
240
241
242
243
this._tintTR = GetColor(value);
244
245
246
247
@@ -263,6 +265,7 @@ var Tint = {
263
265
264
266
267
this._tintBL = GetColor(value);
268
269
270
271
@@ -286,6 +289,7 @@ var Tint = {
286
289
287
290
288
291
this._tintBR = GetColor(value);
292
293
294
295
0 commit comments