1111
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Stary.Evo
|
||||
//loaddoamin绘制
|
||||
// 获取当前选中的索引
|
||||
|
||||
if (currentStage == StageType.Developer)
|
||||
if (currentStage == StageType.Developer && loadDomainNames != null && loadDomainNames.Length > 1)
|
||||
{
|
||||
int loadDomainSelectedIndex = System.Array.IndexOf(loadDomainNames, loadDomain.stringValue);
|
||||
if (loadDomainSelectedIndex < 0) loadDomainSelectedIndex = 0; // 默认选中第一个
|
||||
|
||||
Reference in New Issue
Block a user