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 get_max_hp mehod in property example #1457

Closed C3pa closed 1 year ago

C3pa commented 1 year ago

The get_max_hp method erroneously returned the value of the hp member variable.