Update CActSelect曲リスト.cs
This commit is contained in:
parent
00e982ddfc
commit
787ef28f3b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user