资源搜索的字符串匹配bug
This commit is contained in:
parent
a49daf71cf
commit
f8a7766a5e
@ -9,7 +9,7 @@ namespace QFramework
|
||||
{
|
||||
public static string ToLocalAudioResName(this string selfFilePath)
|
||||
{
|
||||
return string.Format("LocalAudio:{0}", selfFilePath);
|
||||
return string.Format("localaudio:{0}", selfFilePath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user