diff --git a/Editor/Scripts/Editor/Nodes/Types/Image/From Path Nodes/FromPathNode.cs b/Editor/Scripts/Editor/Nodes/Types/Image/From Path Nodes/FromPathNode.cs index 1f10566..47a158f 100644 --- a/Editor/Scripts/Editor/Nodes/Types/Image/From Path Nodes/FromPathNode.cs +++ b/Editor/Scripts/Editor/Nodes/Types/Image/From Path Nodes/FromPathNode.cs @@ -28,7 +28,6 @@ namespace ImageProcessingGraph.Editor.Nodes.Types.Image.From_Path_Nodes public override void CleanUp() { output = null; - path = ""; } }