Core/HandledObject: Add OnHandledObjectDestruction signal
This commit is contained in:
@@ -105,6 +105,8 @@ namespace Nz
|
||||
{
|
||||
if (m_handleData)
|
||||
{
|
||||
OnHandledObjectDestruction(this);
|
||||
|
||||
m_handleData->object = nullptr;
|
||||
m_handleData.reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user