1
0
mirror of synced 2024-11-28 01:10:53 +01:00

Fix branches visuals on dan charts, score still need some fixes

This commit is contained in:
0aubsq 2022-01-03 19:27:27 +01:00
parent eb3f67e0a3
commit 0550a650dd

View File

@ -391,7 +391,11 @@ namespace TJAPlayer3
public void ftDanReSetBranches(bool hasBranches)
{
this.tBranchReset(0);
TJAPlayer3.stage選曲.r確定されたスコア..b譜面分岐[(int)Difficulty.Dan] = hasBranches;
TJAPlayer3.stage演奏ドラム画面.nレーン用表示コース[0] = CDTX.ECourse.eNormal;
TJAPlayer3.stage演奏ドラム画面.bUseBranch[0] = hasBranches;
// TJAPlayer3.stage選曲.r確定されたスコア.譜面情報.b譜面分岐[(int)Difficulty.Dan] = hasBranches;
}