Merge branch 'master' into LouDi_Quan
This commit is contained in:
commit
53a0f959f5
@ -26,7 +26,7 @@ namespace QFramework
|
|||||||
{
|
{
|
||||||
var resSearchRule = SafeObjectPool<ResSearchKeys>.Instance.Allocate();
|
var resSearchRule = SafeObjectPool<ResSearchKeys>.Instance.Allocate();
|
||||||
|
|
||||||
if (assetName.Contains("netimage:") ||
|
if (assetName.Contains("NetImage:") ||
|
||||||
assetName.Contains("localimage:") ||
|
assetName.Contains("localimage:") ||
|
||||||
assetName.Contains("localaudio:") ||
|
assetName.Contains("localaudio:") ||
|
||||||
assetName.Contains("localtext:") ||
|
assetName.Contains("localtext:") ||
|
||||||
|
|||||||
@ -32,7 +32,7 @@ namespace QFramework
|
|||||||
{
|
{
|
||||||
public static string ToLocalImageResName(this string selfFilePath)
|
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