Merge branch 'wip'

This commit is contained in:
2024-09-21 15:27:42 +02:00
7 changed files with 48 additions and 32 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenVulkano
EngineConfiguration::EngineConfiguration()
{
const std::string filePath = (AppFolders::GetAppConfigHomeDir() / "EngineConfig.yml").string();
Array<char> fileContents = Utils::ReadFile(filePath, true);
Array<char> fileContents = Utils::ReadFile(filePath, true, true);
if(fileContents.Size() == 0)
return;