vk2gpu / Engine

Game Engine
Other
126 stars 14 forks source link

Core::Function copy potentially broken #18

Closed vk2gpu closed 6 years ago

vk2gpu commented 6 years ago

Destructor isn't called on old object: https://github.com/neilogd/Engine/blob/master/src/core/function.h#L122

Add unit test, fix, and verify.