H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 81 forks source link

Remove old debug-only fields from `plKeyData` #1549

Closed dgelessus closed 9 months ago

dgelessus commented 9 months ago

The debugging message in the destructor was unconditionally disabled and no longer compiles if manually enabled. The debugging check in plKeyImp::SetObjectPtr can be rewritten to not require any extra fields (also making it a bit faster by removing the string comparison).

This uncovered missing includes in multiple places due to plKey.h not including <string_theory/string> anymore.

dgelessus commented 9 months ago

There seems to be another missing include that only became noticeable on macOS - will fix