Pvf解析Ani 增加路径记录

This commit is contained in:
Lenheart 2024-12-13 20:52:30 +08:00 committed by WONIU
parent 3a3dda31e7
commit 5427dc3f57
1 changed files with 1 additions and 0 deletions

View File

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