This commit is contained in:
Chromium 2025-05-03 07:33:41 +01:00
parent b1e0767d91
commit ceac1eeba5

View File

@ -28,7 +28,6 @@ namespace ImageProcessingGraph.Editor.Nodes.Types.Image.From_Path_Nodes
public override void CleanUp() public override void CleanUp()
{ {
output = null; output = null;
path = "";
} }
} }