Skip to content

Commit

Permalink
RMG-Core: fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jan 23, 2024
1 parent 932b6b6 commit d65b23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RMG-Core/Plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ std::filesystem::path get_plugin_path(CorePluginType type, std::string settingsV

// if the full plugin path is in the settings value,
// we know it's the old type
if (settingsValue.find(pluginPath) != std::string::npos)
if (settingsValue.find(pluginPath.string()) != std::string::npos)
{
return settingsValue;
}
Expand Down

0 comments on commit d65b23f

Please sign in to comment.