Compare commits
2 Commits
edf63faf2a
...
53a0f959f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53a0f959f5 | ||
|
|
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