mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 09:40:11 +00:00
@@ -344,7 +344,7 @@ namespace YooAsset
|
||||
if (string.IsNullOrEmpty(location) == false)
|
||||
{
|
||||
// 检查路径末尾是否有空格
|
||||
int index = location.LastIndexOf(" ");
|
||||
int index = location.LastIndexOf(' ');
|
||||
if (index != -1)
|
||||
{
|
||||
if (location.Length == index + 1)
|
||||
|
||||
Reference in New Issue
Block a user