ThePhD / sol2

Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
http://sol2.rtfd.io/
MIT License
4.12k stars 500 forks source link

Fix cpp_object usertype error #1454

Closed likun123687 closed 1 year ago

likun123687 commented 1 year ago

Fix usertype_call_from_c++.cpp cpp_object usertype error

ThePhD commented 1 year ago

Wait. The rest of the code still uses e.g. lua["test"], though. This would cause things to break...?

I'll adjust it locally and re-up this though, I guess.

ThePhD commented 1 year ago

This is fixed properly now, thanks.