【Version】只显示配置文件
parent
4d91c779c9
commit
090bd32b66
|
@ -324,7 +324,7 @@ namespace GameEditor.FrameTool {
|
|||
{
|
||||
if (!string.IsNullOrEmpty(versionPath) && Directory.Exists(versionPath))
|
||||
{
|
||||
m_Files = Directory.GetFiles(versionPath, "*", SearchOption.AllDirectories);
|
||||
m_Files = Directory.GetFiles(versionPath, "*.txt", SearchOption.AllDirectories);
|
||||
m_Choose = new bool[m_Files.Length];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue