From 7486a99494da7faec3bc421f210217f93e363f82 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 18 Mar 2022 13:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BB=B6=E8=BF=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/utils/lyric-font-player/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/utils/lyric-font-player/index.js b/src/renderer/utils/lyric-font-player/index.js index 43315ddb..7aa0dac2 100644 --- a/src/renderer/utils/lyric-font-player/index.js +++ b/src/renderer/utils/lyric-font-player/index.js @@ -166,6 +166,6 @@ module.exports = class Lyric { this.lyric = lyric this.translationLyric = translationLyric this._init() - this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset + this.linePlayer.offset = this.isLineMode ? this.offset + 90 : this.offset - 20 } }