<fix> 프로그램 id순서대로 정렬 출력
This commit is contained in:
@@ -136,6 +136,7 @@ public class ProgramView : MonoBehaviour, IProgramView
|
||||
Destroy(child.gameObject);
|
||||
}
|
||||
|
||||
programIds.Sort();
|
||||
foreach (string id in programIds)
|
||||
{
|
||||
GameObject buttonGO = Instantiate(programButtonPrefab, programButtonContent);
|
||||
|
||||
Reference in New Issue
Block a user