From 787ef28f3b5c8c20beb04bc6b1546104a8e7e72c Mon Sep 17 00:00:00 2001 From: 0auBSQ <58159635+0auBSQ@users.noreply.github.com> Date: Sun, 27 Nov 2022 15:22:44 +0900 Subject: [PATCH] =?UTF-8?q?Update=20CActSelect=E6=9B=B2=E3=83=AA=E3=82=B9?= =?UTF-8?q?=E3=83=88.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TJAPlayer3/Stages/05.SongSelect/CActSelect曲リスト.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TJAPlayer3/Stages/05.SongSelect/CActSelect曲リスト.cs b/TJAPlayer3/Stages/05.SongSelect/CActSelect曲リスト.cs index 8be9639f..601b483a 100644 --- a/TJAPlayer3/Stages/05.SongSelect/CActSelect曲リスト.cs +++ b/TJAPlayer3/Stages/05.SongSelect/CActSelect曲リスト.cs @@ -2485,8 +2485,9 @@ namespace TJAPlayer3 } private void tバーの初期化() - { - for ( int i = 0; i < TJAPlayer3.Skin.SongSelect_Bar_Count; i++ ) + { + int barCenterNum = (TJAPlayer3.Skin.SongSelect_Bar_Count - 1) / 2; + for ( int i = 0; i < TJAPlayer3.Skin.SongSelect_Bar_Count; i++ ) { C曲リストノード song = this.rGetSideSong(i - 4); if (song == null) continue;