Skip to content

Commit

Permalink
Should be compiling now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed Oct 24, 2024
1 parent df1d877 commit bd08571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Instance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ YAML::Node UntitledGameSystemManager::Instance::loadConfigGeneric() noexcept
YAML::Node out;
try
{
out = YAML::LoadFile(configDir + "config/layout.yaml");
out = YAML::LoadFile((configDir + "config/layout.yaml").c_str());
}
catch (YAML::BadFile&)
{
Expand Down

0 comments on commit bd08571

Please sign in to comment.