diff options
author | chai <chaifix@163.com> | 2021-10-27 00:18:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-27 00:18:22 +0800 |
commit | 12f3ac102d3aea08af540dd7f2cf0e08e939a70d (patch) | |
tree | df3a909a9f0e749e4ede483b760ba50450d9df81 /Runtime/Scripting/Resource | |
parent | 208e23de77ad6d104f13a0bb591ae16c4a805fe9 (diff) |
+loadimageasync test
Diffstat (limited to 'Runtime/Scripting/Resource')
-rw-r--r-- | Runtime/Scripting/Resource/Resource.bind.cpp | 2 |
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, ""); |