Pvf解析Ani 增加路径记录
This commit is contained in:
parent
a1d28d5603
commit
bd8c88dc18
|
|
@ -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 + "找不到文件!");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue