diff --git a/Editor/src/Commands/Commands/Commands.cpp b/Editor/src/Commands/Commands/Commands.cpp index e50d9ba9..46829eb6 100644 --- a/Editor/src/Commands/Commands/Commands.cpp +++ b/Editor/src/Commands/Commands/Commands.cpp @@ -45,7 +45,7 @@ namespace NuakeEditor if (!FileSystem::DirectoryExists(gameConfigFolderPath)) { - FileSystem::MakeDirectory(gameConfigFolderPath); + FileSystem::MakeDirectory(gameConfigFolderPath, true); } const std::string& gameConfigFilePath = gameConfigFolderPath + "GameConfig.cfg";