update ContentLoader part 1
This commit is contained in:
+1
-4
@@ -289,10 +289,7 @@ void Engine::loadContent() {
|
||||
std::vector<PathsRoot> resRoots;
|
||||
for (auto& pack : contentPacks) {
|
||||
resRoots.push_back({pack.id, pack.folder});
|
||||
|
||||
ContentLoader loader(&pack);
|
||||
loader.load(contentBuilder);
|
||||
|
||||
ContentLoader(&pack, contentBuilder).load();
|
||||
load_configs(pack.folder);
|
||||
}
|
||||
load_configs(paths->getResources());
|
||||
|
||||
Reference in New Issue
Block a user