summaryrefslogtreecommitdiff
path: root/Runtime
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-26 13:39:42 +0800
committerchai <chaifix@163.com>2021-10-26 13:39:42 +0800
commit5a7824ae15742c0280e569c81f0923afab33f517 (patch)
tree19c9f3bfc15e5c739adcc7d0e69aad1794c67df3 /Runtime
parent3b79158563fd2f7f72d502067f178d60c31b2c28 (diff)
*config
Diffstat (limited to 'Runtime')
-rw-r--r--Runtime/Common/DataBuffer.h1
-rw-r--r--Runtime/FileSystem/FileJobs.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/Runtime/Common/DataBuffer.h b/Runtime/Common/DataBuffer.h
index 591fe89..1d66546 100644
--- a/Runtime/Common/DataBuffer.h
+++ b/Runtime/Common/DataBuffer.h
@@ -18,7 +18,6 @@ public:
int length;
private:
-
LUA_BIND_DECL_CLASS(DataBuffer);
LUA_BIND_DECL_METHOD(_GetLength);
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; // 完成后的回调函数