Merge branch 'main' into entities

This commit is contained in:
MihailRis
2024-07-01 06:21:00 +03:00
9 changed files with 37 additions and 43 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ void Engine::loadAssets() {
}
}
}
assets.reset(new_assets.release());
assets = std::move(new_assets);
}
static void load_configs(const fs::path& root) {