Skip to content

Commit 7ce39b9

Browse files
committed
Removed un-used properties
1 parent 9419606 commit 7ce39b9

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/gameobjects/bitmaptext/GetBitmapTextSize.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -381,23 +381,14 @@ var GetBitmapTextSize = function (src, round, updateOrigin, out)
381381
}
382382

383383
characters.push({
384+
i: i,
384385
char: text[i],
385386
code: charCode,
386387
x: (glyph.xOffset + xAdvance) * scale,
387388
y: (glyph.yOffset + yAdvance) * scale,
388389
w: glyph.width * scale,
389390
h: glyph.height * scale,
390391
line: currentLine,
391-
isTinted: false,
392-
tintEffect: 0,
393-
tintTL: 0,
394-
tintTR: 0,
395-
tintBL: 0,
396-
tintBR: 0,
397-
alphaTL: 1,
398-
alphaTR: 1,
399-
alphaBL: 1,
400-
alphaBR: 1,
401392
glyph: glyph
402393
});
403394

0 commit comments

Comments
 (0)