1
0
mirror of synced 2024-11-27 17:00:50 +01:00

Update CAct演奏パネル文字列.cs (#627)

#507 での誤植修正
This commit is contained in:
totoa553 2024-06-09 02:41:04 +09:00 committed by GitHub
parent 02ac8a8ccb
commit 72903caed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ namespace TJAPlayer3
this.txGENRE.color4 = CConversion.ColorToColor4(stageColor);
}
pfGENRE = HPrivateFastFont.tInstantiateMainFont(TJAPlayer3.Skin.Game_GenreText_FontSize);
pfGENRE = HPrivateFastFont.tInstantiateBoxFont(TJAPlayer3.Skin.Game_GenreText_FontSize);
this.ttkGENRE = new TitleTextureKey(genreName, this.pfGENRE, Color.White, Color.Black, 1000);