Skip to content

Commit

Permalink
people can have their root folder renamed
Browse files Browse the repository at this point in the history
- drop it from the plugin type detection code
  • Loading branch information
getnamo committed Jun 26, 2018
1 parent 3a6cdbd commit a29cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/LeapMotion/LeapMotion.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class LeapMotion : ModuleRules
{
private bool IsEnginePlugin()
{
return Path.GetFullPath(ModuleDirectory).EndsWith("UnrealEngine\\Engine\\Plugins\\Runtime\\LeapMotion\\Source\\LeapMotion");
return Path.GetFullPath(ModuleDirectory).EndsWith("Engine\\Plugins\\Runtime\\LeapMotion\\Source\\LeapMotion");
}

private string ModulePath
Expand Down

0 comments on commit a29cd8d

Please sign in to comment.