Skip to content

Commit baf9222

Browse files
authored
update for 4.26 fixes #22
1 parent b9e0a19 commit baf9222

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Source/PBCharacterMovement/PBCharacterMovement.Build.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
1+
// Copyright Epic Games, Inc. All Rights Reserved.
22

33
using UnrealBuildTool;
44

@@ -13,7 +13,8 @@ public PBCharacterMovement(ReadOnlyTargetRules Target) : base(Target)
1313
{
1414
"Core",
1515
"CoreUObject",
16-
"Engine"
16+
"Engine",
17+
"PhysicsCore"
1718
}
1819
);
1920
}

0 commit comments

Comments
 (0)