summaryrefslogtreecommitdiff
path: root/Runtime/Scripting/Resource
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-27 00:18:22 +0800
committerchai <chaifix@163.com>2021-10-27 00:18:22 +0800
commit12f3ac102d3aea08af540dd7f2cf0e08e939a70d (patch)
treedf3a909a9f0e749e4ede483b760ba50450d9df81 /Runtime/Scripting/Resource
parent208e23de77ad6d104f13a0bb591ae16c4a805fe9 (diff)
+loadimageasync test
Diffstat (limited to 'Runtime/Scripting/Resource')
-rw-r--r--Runtime/Scripting/Resource/Resource.bind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/Scripting/Resource/Resource.bind.cpp b/Runtime/Scripting/Resource/Resource.bind.cpp
index b4ba025..785115a 100644
--- a/Runtime/Scripting/Resource/Resource.bind.cpp
+++ b/Runtime/Scripting/Resource/Resource.bind.cpp
@@ -8,7 +8,7 @@ using namespace LuaBind;
int ReadImageDataAsync(lua_State* L)
{
LUA_BIND_STATE(L);
- LUA_BIND_CHECK(L, "TF");
+ LUA_BIND_CHECK(L, "SF");
cc8* path = state.GetValue(1, "");