scene graph node updates, editor history system updates
This commit is contained in:
@@ -233,6 +233,9 @@ ObjectWindow::~ObjectWindow()
|
||||
|
||||
void ObjectWindow::SetObject(Object* obj)
|
||||
{
|
||||
if (this->object == obj)
|
||||
return;
|
||||
|
||||
object = obj;
|
||||
|
||||
if (object != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user