summaryrefslogtreecommitdiff
path: root/UCore.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UCore.pas')
-rw-r--r--UCore.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UCore.pas b/UCore.pas
index a2e0659..7b6c3fb 100644
--- a/UCore.pas
+++ b/UCore.pas
@@ -773,7 +773,7 @@ var t: time_t;
try
Thread.Path := APath;
Thread.Engine := Engine;
- Thread.Resume;
+ Thread.Start;
// Thread.Execute;
while not Thread.FFinished do begin
Sleep(ConstInternalProgressTimer);