From 5fb8401a1a6d65ac6c4599d94ac81007bb3203dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Thu, 26 Jun 2025 19:29:19 +0200 Subject: [PATCH] Renamed property --- GlitchyEditor/src/Assets/AssetHierarchy.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlitchyEditor/src/Assets/AssetHierarchy.bf b/GlitchyEditor/src/Assets/AssetHierarchy.bf index 5d93e50..6a73cd2 100644 --- a/GlitchyEditor/src/Assets/AssetHierarchy.bf +++ b/GlitchyEditor/src/Assets/AssetHierarchy.bf @@ -691,7 +691,7 @@ class AssetHierarchy return .Err;*/ CopyBackgroundTask copyTask = new CopyBackgroundTask(sourcePaths, targetDirectory->Path); - copyTask.DeleteWhenStopped = true; + copyTask.DeleteWhenEnded = true; EditorApp.Instance.BackgroundTaskManager.StartBackgroundTask(copyTask);