From b6ef120e0259a9e55ddae0e2b060c0dcdf4526da Mon Sep 17 00:00:00 2001 From: "Wei-Cheng Yeh (IID)" Date: Fri, 1 Nov 2024 05:48:08 +0800 Subject: [PATCH] 0.6.0.12 - Fix TJA not inserting timing space for `,`-only measures - Fix TJA not inserting timing space for `,`-only measures --- OpenTaiko/src/Songs/CTja.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenTaiko/src/Songs/CTja.cs b/OpenTaiko/src/Songs/CTja.cs index 39b0f4f1..9bbe7005 100644 --- a/OpenTaiko/src/Songs/CTja.cs +++ b/OpenTaiko/src/Songs/CTja.cs @@ -4876,6 +4876,12 @@ internal class CTja : CActivity { for (int n = 0; n < InputText.Length; n++) { if (InputText.Substring(n, 1) == ",") { + if (n文字数 == 0) { + this.dbLastTime = this.dbNowTime; + this.dbLastBMScrollTime = this.dbNowBMScollTime; + this.dbNowTime += (15000.0 / this.dbNowBPM * (this.fNow_Measure_s / this.fNow_Measure_m) * (16.0 / 1)); + this.dbNowBMScollTime += (((this.fNow_Measure_s / this.fNow_Measure_m)) * (16.0 / 1)); + } this.n現在の小節数++; this.b小節線を挿入している = false; return;