aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/game/game.utils.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-04-16 21:06:01 -0700
committerPinapelz <yukais@pinapelz.com>2026-04-16 21:06:01 -0700
commit6aab722e79cce918c3bc2cfaae7731dae86f4167 (patch)
treed8518c7cc07fa713630b696c6b143426e0f15f1c /src/app/game/game.utils.ts
parentdf604e7e2603a087907a39b21f93eb4cee8c85b0 (diff)
type: general styling changes to BGA and hud
Diffstat (limited to 'src/app/game/game.utils.ts')
-rw-r--r--src/app/game/game.utils.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/game/game.utils.ts b/src/app/game/game.utils.ts
index 9164dc9..b2037e5 100644
--- a/src/app/game/game.utils.ts
+++ b/src/app/game/game.utils.ts
@@ -35,7 +35,6 @@ export function parseLrcLines(
? rawLine.slice(lastIndex).replace(/\([^)]*\)/g, "")
: rawLine.slice(lastIndex)
).trim();
- if (!content) continue;
for (const ms of timestamps) {
result.push({ millisecond: ms, content });
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage