Skip to content

Commit

Permalink
fix uproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Bvallon-sl committed Apr 21, 2023
1 parent 3a9c2ed commit 200cbb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions UnrealProject/Source/ZEDUnrealLiveLink.Target.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public ZEDUnrealLiveLinkTarget(TargetInfo Target) : base(Target)
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V2;

BuildEnvironment = TargetBuildEnvironment.Unique;

GlobalDefinitions.Add("ALLOW_UDP_MESSAGING_SHIPPING=1");

ExtraModuleNames.AddRange( new string[] { "ZEDUnrealLiveLink" } );
Expand Down
2 changes: 1 addition & 1 deletion UnrealProject/ZEDUnrealLiveLink.uproject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "{450BA52B-48CB-098E-7C7F-69A0E7DEE36E}",
"EngineAssociation": "5.1",
"Category": "",
"Description": "",
"Modules": [
Expand Down

0 comments on commit 200cbb8

Please sign in to comment.