Skip to content

Commit 37a28c7

Browse files
authored
fix: no block ecsact runtime build (#22)
closes #7
1 parent 05ab079 commit 37a28c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/EcsactEditor/Private/EcsactEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ auto FEcsactEditorModule::SpawnEcsactCli(
116116
}
117117

118118
AsyncTask(
119-
ENamedThreads::BackgroundThreadPriority,
119+
ENamedThreads::AnyBackgroundThreadNormalTask,
120120
[=, OnExit = std::move(OnExit)] {
121121
void* PipeWriteChild;
122122
void* PipeReadChild;

0 commit comments

Comments
 (0)