8000 Update BluLoader.cpp · getnamo/BLUI-Unreal@f270bb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update BluLoader.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Apr 30, 2021
1 parent 84baf0b commit f270bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/BluLoader/Private/BluLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class FBluLoader : public IBluLoader
/** IModuleInterface implementation */
virtual void StartupModule() override
{
FString LibPath = FPaths::ConvertRelativePathToFull(FPaths::ProjectDir() + "Plugins/BLUI/ThirdParty/cef/");
//mini-mod:blui location in this project
FString LibPath = FPaths::ConvertRelativePathToFull(FPaths::ProjectDir() + "Plugins/getnamo/BLUI/ThirdParty/cef/");

// If we're on Windows we need to load DLLs from our custom path
#if PLATFORM_WINDOWS
Expand Down

0 comments on commit f270bb1

Please sign in to comment.
0