Merge branch 'main' into update-gfx-pipeline
This commit is contained in:
@@ -115,6 +115,7 @@ LevelScreen::~LevelScreen() {
|
||||
void LevelScreen::initializeContent() {
|
||||
auto& content = controller->getLevel()->content;
|
||||
for (auto& entry : content.getPacks()) {
|
||||
logger.info() << "initializing pack '" << entry.first << "'";
|
||||
initializePack(entry.second.get());
|
||||
}
|
||||
scripting::on_frontend_init(
|
||||
|
||||
Reference in New Issue
Block a user