fix EnginePaths::setContentPacks

This commit is contained in:
MihailRis
2025-02-04 13:17:35 +03:00
parent bced20be1f
commit 8a12ff5879
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -53,6 +53,7 @@ private:
io::path currentWorldFolder;
std::optional<std::filesystem::path> scriptFolder;
std::vector<ContentPack>* contentPacks = nullptr;
std::vector<std::string> contentEntryPoints;
};
struct PathsRoot {