mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-17 00:44:49 +01:00
Fix UI Shader
This commit is contained in:
@@ -335,7 +335,7 @@ namespace MoleMole
|
||||
Transform transform = base.view.transform.Find("LosePanel/HintListPanel");
|
||||
for (int i = 0; i < list.Count; i++)
|
||||
{
|
||||
Transform transform2 = transform.FindChild(i + "/Content");
|
||||
Transform transform2 = transform.Find(i + "/Content");
|
||||
transform2.GetComponent<Text>().text = LocalizationGeneralLogic.GetText(list[i]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user