scene graph node updates, editor history system updates
This commit is contained in:
@@ -405,6 +405,9 @@ MaterialWindow::~MaterialWindow()
|
||||
|
||||
void MaterialWindow::SetMaterial(Material* mat)
|
||||
{
|
||||
if (this->material == mat)
|
||||
return;
|
||||
|
||||
if (material != nullptr)
|
||||
{
|
||||
material->SetUserStencilRef(0);
|
||||
|
||||
Reference in New Issue
Block a user