Fix material not updating on connection removal

#372
This commit is contained in:
Wojtek Figat
2021-03-22 10:24:15 +01:00
parent cb96a87659
commit b3e16a6b66

View File

@@ -578,6 +578,7 @@ namespace FlaxEditor.Surface.Elements
BreakConnection(connectedBox);
action.End();
Surface.Undo.AddAction(action);
Surface.MarkAsEdited();
}
else
{