actually seeing both is useful
This commit is contained in:
parent
ac47e4b76a
commit
b145c49375
1 changed files with 1 additions and 1 deletions
|
|
@ -1049,7 +1049,7 @@ SWIGINTERN int SWIG_Lua_class_tostring(lua_State *L)
|
|||
lua_getfield(L, -1, ".type");
|
||||
className = lua_tostring(L, -1);
|
||||
|
||||
lua_pushfstring(L, "<%s userdata: %p>", className, userData->ptr);
|
||||
lua_pushfstring(L, "<%s userdata: %p::%p>", className, userdata, userData->ptr);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue