Pvf解析Ani 增加路径记录

This commit is contained in:
Lenheart 2024-12-13 20:52:30 +08:00
parent a1d28d5603
commit bd8c88dc18
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 + "找不到文件!");