Skip to content

Commit

Permalink
Merge pull request #89 from JulianDev24/patch-1
Browse files Browse the repository at this point in the history
Update BlocksEditor.Target.cs
  • Loading branch information
xxEoD2242 authored Jul 5, 2024
2 parents c115fdc + c9c546a commit 3bbfe9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Unreal/Environments/Blocks/Source/BlocksEditor.Target.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ public BlocksEditorTarget(TargetInfo Target) : base(Target)
DefaultBuildSettings = BuildSettingsVersion.V5;
Type = TargetType.Editor;
ExtraModuleNames.AddRange(new string[] { "Blocks" });
<<<<<<< HEAD
DefaultBuildSettings = BuildSettingsVersion.V4;
=======
>>>>>>> f5f6cc1d17237900be5e04cfe99ceb9293f1b14b
//bUseUnityBuild = false;
//bUsePCHFiles = false;
}
Expand Down

0 comments on commit 3bbfe9b

Please sign in to comment.