提交优化工具

dev_chengFeng
Genkins 2020-07-29 15:15:30 +08:00
parent 2fed82af0d
commit 88fd5161f8
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ namespace LJ_OptTools
if (ti == null) continue;
if( ti.textureType == TextureImporterType.Sprite)
{
info.AppendFormat("{0} : {1} ->> {2}\n",path,pName,texPath);
info.AppendFormat("{0} : {1} ->> {2}\r\n",path,pName,texPath);
}
}