diff options
author | chai <chaifix@163.com> | 2021-10-26 13:39:42 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-26 13:39:42 +0800 |
commit | 5a7824ae15742c0280e569c81f0923afab33f517 (patch) | |
tree | 19c9f3bfc15e5c739adcc7d0e69aad1794c67df3 /Runtime/FileSystem | |
parent | 3b79158563fd2f7f72d502067f178d60c31b2c28 (diff) |
*config
Diffstat (limited to 'Runtime/FileSystem')
-rw-r--r-- | Runtime/FileSystem/FileJobs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Runtime/FileSystem/FileJobs.h b/Runtime/FileSystem/FileJobs.h index 0970c54..50e681d 100644 --- a/Runtime/FileSystem/FileJobs.h +++ b/Runtime/FileSystem/FileJobs.h @@ -18,7 +18,6 @@ public: void Process() override; bool IsFinished() override; - int cur = 0; //当前处理的文件 std::vector<std::string> files; // 文件路径 LuaBind::StrongRef callback; // 完成后的回调函数 |