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

Update CActSelect曲リスト.cs

This commit is contained in:
0auBSQ 2022-11-27 15:22:44 +09:00
parent 00e982ddfc
commit 787ef28f3b

View File

@ -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;