修改平台适配bug
This commit is contained in:
parent
f8a7766a5e
commit
33cf6c66db
@ -26,7 +26,7 @@ namespace QFramework
|
||||
{
|
||||
var resSearchRule = SafeObjectPool<ResSearchKeys>.Instance.Allocate();
|
||||
|
||||
if (assetName.Contains("netimage:") ||
|
||||
if (assetName.Contains("NetImage:") ||
|
||||
assetName.Contains("localimage:") ||
|
||||
assetName.Contains("localaudio:") ||
|
||||
assetName.Contains("localtext:") ||
|
||||
|
||||
@ -32,7 +32,7 @@ namespace QFramework
|
||||
{
|
||||
public static string ToLocalImageResName(this string selfFilePath)
|
||||
{
|
||||
return string.Format("LocalImage:{0}", selfFilePath);
|
||||
return string.Format("localimage:{0}", selfFilePath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user