提交优化工具
parent
2fed82af0d
commit
88fd5161f8
|
|
@ -399,7 +399,7 @@ namespace LJ_OptTools
|
||||||
if (ti == null) continue;
|
if (ti == null) continue;
|
||||||
if( ti.textureType == TextureImporterType.Sprite)
|
if( ti.textureType == TextureImporterType.Sprite)
|
||||||
{
|
{
|
||||||
info.AppendFormat("{0} : {1} ->> {2}\n",path,pName,texPath);
|
info.AppendFormat("{0} : {1} ->> {2}\r\n",path,pName,texPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue