From 051abd04e4527095ef15412939450fbe504daebe Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Oct 2021 19:33:40 +0800 Subject: +texture & imagedata --- Runtime/FileSystem/FileJobs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Runtime/FileSystem/FileJobs.h') diff --git a/Runtime/FileSystem/FileJobs.h b/Runtime/FileSystem/FileJobs.h index 50e681d..1fe49f1 100644 --- a/Runtime/FileSystem/FileJobs.h +++ b/Runtime/FileSystem/FileJobs.h @@ -18,7 +18,8 @@ public: void Process() override; bool IsFinished() override; + int cur = 0; //当前处理的文件 std::vector files; // 文件路径 LuaBind::StrongRef callback; // 完成后的回调函数 -}; +}; \ No newline at end of file -- cgit v1.1-26-g67d0