Fixed crash when trying to generate trenchbroom game config
This commit is contained in:
@@ -45,7 +45,7 @@ namespace NuakeEditor
|
||||
|
||||
if (!FileSystem::DirectoryExists(gameConfigFolderPath))
|
||||
{
|
||||
FileSystem::MakeDirectory(gameConfigFolderPath);
|
||||
FileSystem::MakeDirectory(gameConfigFolderPath, true);
|
||||
}
|
||||
|
||||
const std::string& gameConfigFilePath = gameConfigFolderPath + "GameConfig.cfg";
|
||||
|
||||
Reference in New Issue
Block a user