Skip to content

Commit 80ff25d

Browse files
author
Jeffrey Boeve
committed
email fix
1 parent f6007a6 commit 80ff25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Subtitles/SubtitleComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default class SubtitleComponent extends Lightning.Component {
4545

4646
_init() {
4747
this._textureDefaults = new Lightning.textures.TextTexture(this.stage).cloneArgs()
48+
4849
this.tag('Text').on('txLoaded', ({ _source }) => {
4950
this.w = _source.w + this.tag('Text').x * 2
5051
this.h = _source.h
@@ -54,7 +55,6 @@ export default class SubtitleComponent extends Lightning.Component {
5455

5556
get textFormat() {
5657
const textTag = this.tag('Text').text
57-
5858
return {
5959
fontFace: textTag.fontFace || 'sans-serif',
6060
fontSize: textTag.fontSize,

0 commit comments

Comments
 (0)