Skip to content

Commit

Permalink
update for 4.26 fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms authored Feb 3, 2021
1 parent b9e0a19 commit baf9222
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/PBCharacterMovement/PBCharacterMovement.Build.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
// Copyright Epic Games, Inc. All Rights Reserved.

using UnrealBuildTool;

Expand All @@ -13,7 +13,8 @@ public PBCharacterMovement(ReadOnlyTargetRules Target) : base(Target)
{
"Core",
"CoreUObject",
"Engine"
"Engine",
"PhysicsCore"
}
);
}
Expand Down

0 comments on commit baf9222

Please sign in to comment.