Pvf解析Ani 增加路径记录

This commit is contained in:
Lenheart 2024-12-13 20:52:30 +08:00
parent d9967eae57
commit 4a03c31374
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ class GlobaData {
local IO = GetFile(Path); local IO = GetFile(Path);
if (IO) { if (IO) {
Ani[Path] <- InitPvfAni(IO); Ani[Path] <- InitPvfAni(IO);
Ani[Path].filepath <- Path;
return Ani[Path]; return Ani[Path];
} else { } else {
print(Path + "找不到文件!"); print(Path + "找不到文件!");