From b9027a2912258f5b0371962999059bbbf1612a6b Mon Sep 17 00:00:00 2001 From: Takkkom <76614532+Takkkom@users.noreply.github.com> Date: Mon, 30 May 2022 20:06:06 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=83=A8=E3=81=AE=E5=90=8D=E5=89=8D?= =?UTF-8?q?=E3=81=AE=E5=A4=89=E6=9B=B4=20(#209)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TJAPlayer3/Stages/01.StartUp/TextureLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TJAPlayer3/Stages/01.StartUp/TextureLoader.cs b/TJAPlayer3/Stages/01.StartUp/TextureLoader.cs index a7b7cefd..ab68fcb2 100644 --- a/TJAPlayer3/Stages/01.StartUp/TextureLoader.cs +++ b/TJAPlayer3/Stages/01.StartUp/TextureLoader.cs @@ -1348,7 +1348,7 @@ namespace TJAPlayer3 strCommand = strArray[0].Trim(); strParam = strArray[1].Trim(); - if (strCommand == "Title_Entry_Chara_X") + if (strCommand == "Title_Chara_Entry_X") { string[] strSplit = strParam.Split(','); for (int k = 0; k < 2; k++)