summaryrefslogtreecommitdiff
path: root/Runtime/FileSystem/FileJobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/FileSystem/FileJobs.h')
-rw-r--r--Runtime/FileSystem/FileJobs.h1
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; // 完成后的回调函数