From 6b876ca98856072def3dc6225e086d11a27c33dc Mon Sep 17 00:00:00 2001 From: "aube.lee" Date: Sun, 2 Feb 2025 14:44:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=90=EB=A6=AD=ED=84=B0=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EC=B6=9C=EB=A0=A5=20=EC=98=81=EC=97=AD=EC=9D=98=20?= =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gameton-06/Assets/Gameton/Scripts/UI/CharaterSelectUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gameton-06/Assets/Gameton/Scripts/UI/CharaterSelectUI.cs b/Gameton-06/Assets/Gameton/Scripts/UI/CharaterSelectUI.cs index 75fdd68e..5456ed18 100644 --- a/Gameton-06/Assets/Gameton/Scripts/UI/CharaterSelectUI.cs +++ b/Gameton-06/Assets/Gameton/Scripts/UI/CharaterSelectUI.cs @@ -37,7 +37,7 @@ namespace TON for (int i = 0; i < playerDatas.Count; i++) { CharacterSpriteDict.TryGetValue(playerDatas[i].type, out Sprite sprite); - string name = playerDatas[0].name != null ? playerDatas[0].name : ""; + string name = playerDatas[i].name != null ? playerDatas[i].name : ""; if (sprite) {