diff --git a/Source/EcsactEditor/Private/EcsactEditor.cpp b/Source/EcsactEditor/Private/EcsactEditor.cpp index 2444c68..d33ea8b 100644 --- a/Source/EcsactEditor/Private/EcsactEditor.cpp +++ b/Source/EcsactEditor/Private/EcsactEditor.cpp @@ -212,10 +212,11 @@ auto FEcsactEditorModule::RunCodegen() -> void { auto FEcsactEditorModule::RunBuild() -> void { const auto* settings = GetDefault(); - auto ecsact_runtime_path = FPaths::Combine( - FPaths::ProjectDir(), - TEXT("Binaries/Win64/EcsactRuntime.dll") - ); + + auto ecsact_runtime_path = FPaths::Combine( + FPaths::ProjectDir(), + TEXT("Binaries/Win64/EcsactRuntime.dll") + ); auto temp_dir = FPaths::CreateTempFilename(TEXT("EcsactBuild")); auto ecsact_files = GetAllEcsactFiles();