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

Fix a crash when songselect bar count is not 9

This commit is contained in:
0auBSQ 2022-11-27 14:35:29 +09:00
parent 2accbf002b
commit 00e982ddfc

View File

@ -2309,7 +2309,7 @@ namespace TJAPlayer3
new Point(358, 485), new Point(386, 574), new Point(411, 665), new Point(436, 756) };
*/
private STバー情報[] stバー情報 = new STバー情報[ 9 ];
private STバー情報[] stバー情報 = new STバー情報[TJAPlayer3.Skin.SongSelect_Bar_Count];
private CTexture txSongNotFound, txEnumeratingSongs;
private TitleTextureKey ttk選択している曲の曲名;