From 12f3ac102d3aea08af540dd7f2cf0e08e939a70d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 27 Oct 2021 00:18:22 +0800 Subject: +loadimageasync test --- Runtime/Lua/LuaBind/LuaBindState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runtime/Lua/LuaBind/LuaBindState.h') diff --git a/Runtime/Lua/LuaBind/LuaBindState.h b/Runtime/Lua/LuaBind/LuaBindState.h index 071287f..a47ed5d 100644 --- a/Runtime/Lua/LuaBind/LuaBindState.h +++ b/Runtime/Lua/LuaBind/LuaBindState.h @@ -387,7 +387,7 @@ namespace LuaBind Pop(1); // ref table } } - luaL_typerror(mState, idx, TYPE::GetClassName()); + luaL_typerror(mState, idx, TYPE::GetNativeClassName()); return nullptr; } -- cgit v1.1-26-g67d0