Skip to content

Commit 4c02376

Browse files
committed
removed unconditional dirtying asset which might occured on constructing graph editor
1 parent 4267ee7 commit 4c02376

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Source/FlowEditor/Private/Graph/FlowGraph.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ void UFlowGraph::RefreshGraph()
8181
void UFlowGraph::NotifyGraphChanged()
8282
{
8383
GetFlowAsset()->HarvestNodeConnections();
84-
GetFlowAsset()->MarkPackageDirty();
8584

8685
Super::NotifyGraphChanged();
8786
}

0 commit comments

Comments
 (0)