Rythe-Interactive / Rythe-Engine

Rythe is a data-oriented C++17 game engine built to make optimal use of modern hardware.
https://rythe-interactive.com
MIT License
527 stars 25 forks source link

Investigate and cleanup delegates #404

Open GlynLeine opened 2 years ago

GlynLeine commented 2 years ago

Describe the bug Delegates might have unused parts, and might not destruct propperly when used with non static non member functions

Expected behavior delegates should work with any callable type and construct and cleanup propperly.