Minor refactor

This commit is contained in:
MihailRis
2023-12-20 21:21:59 +03:00
parent 3ad903449e
commit e0aee76f41
4 changed files with 36 additions and 9 deletions
-1
View File
@@ -203,5 +203,4 @@ void Engine::loadAllPacks() {
auto resdir = paths->getResources();
contentPacks.clear();
ContentPack::scan(resdir/fs::path("content"), contentPacks);
loadContent();
}