Skip to content
Snippets Groups Projects
Commit e1f078c5 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Fixing path combination

parent 3fb8afac
Branches
No related tags found
2 merge requests!9Update current master to develop,!54.26
......@@ -102,7 +102,7 @@ FString FNDisplayLaunchButtonModule::GetFilePathInProject(FString FileName)
*/
FString FNDisplayLaunchButtonModule::GetConfigPath(FString ConfigName)
{
return FPaths::Combine(IPluginManager::Get().FindPlugin("NDisplayLaunchButton")->GetBaseDir(), "LaunchConfig", ConfigName + ".cfg");
return FPaths::Combine(IPluginManager::Get().FindPlugin("NDisplayLaunchButton")->GetBaseDir(), TEXT("LaunchConfig"), ConfigName + ".cfg");
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment