Core/ObjectHandle: Fix Reset(ObjectHandle&&) not clearing the pointer
This commit is contained in:
@@ -140,6 +140,8 @@ namespace Nz
|
||||
handle.m_object = nullptr;
|
||||
object->UpdateHandle(&handle, this);
|
||||
}
|
||||
else
|
||||
m_object = nullptr;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user