Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 7, 2024
1 parent 23f2860 commit 61b4924
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Source/EcsactEditor/Private/EcsactEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,11 @@ auto FEcsactEditorModule::RunCodegen() -> void {

auto FEcsactEditorModule::RunBuild() -> void {
const auto* settings = GetDefault<UEcsactSettings>();
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();
Expand Down

0 comments on commit 61b4924

Please sign in to comment.