Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed May 28, 2023
1 parent d6ef1ed commit 2daf5e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Plugins/KawaiiPhysics/KawaiiPhysics.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.10.0",
"VersionName": "1.11.0",
"FriendlyName": "KawaiiPhysics",
"Description": "",
"Category": "Animation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ public KawaiiPhysics(ReadOnlyTargetRules Target) : base(Target)

if (Target.bBuildEditor == true)
{
// @todo api: Only public because of WITH_EDITOR and UNREALED_API
PublicDependencyModuleNames.Add("UnrealEd");
CircularlyReferencedDependentModules.Add("UnrealEd");
}
}
}

0 comments on commit 2daf5e4

Please sign in to comment.