Skip to content

Commit 648ffd4

Browse files
committed
Bump to 0.14
1 parent 4abbb4e commit 648ffd4

78 files changed

Lines changed: 1924 additions & 289 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 Bytes
Binary file not shown.
37.3 KB
Binary file not shown.
-56.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

Plugins/PCGExtendedToolkit/Source/PCGExtendedToolkit/PCGExtendedToolkit.Build.cs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ public class PCGExtendedToolkit : ModuleRules
77
public PCGExtendedToolkit(ReadOnlyTargetRules Target) : base(Target)
88
{
99
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
10-
11-
if (Target.Platform == UnrealTargetPlatform.Win64)
12-
{
13-
bUseRTTI = true;
14-
}
15-
10+
11+
// if (Target.Platform == UnrealTargetPlatform.Win64) { bUseRTTI = true; }
12+
1613
PublicIncludePaths.AddRange(
1714
new string[]
1815
{
@@ -43,8 +40,7 @@ public PCGExtendedToolkit(ReadOnlyTargetRules Target) : base(Target)
4340
PrivateDependencyModuleNames.AddRange(
4441
new string[]
4542
{
46-
"Settings",
47-
"Voronoi"
43+
"Settings"
4844
}
4945
);
5046

0 commit comments

Comments
 (0)