Merge branch 'wip'
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user