Clear unknown in ModelDbModel (#1586)

This commit is contained in:
Fabian Neundorf
2025-06-23 23:34:02 +02:00
committed by GitHub
parent edae5f58ec
commit 7f10f7ae14
3 changed files with 3 additions and 3 deletions

View File

@@ -393,7 +393,7 @@ MxResult LegoWorldPresenter::LoadWorldModel(ModelDbModel& p_model, FILE* p_wdbFi
}
modelPresenter.SetAction(&action);
modelPresenter.FUN_1007ff70(chunk, createdEntity, p_model.m_unk0x34, p_world);
modelPresenter.FUN_1007ff70(chunk, createdEntity, p_model.m_visible, p_world);
delete[] buff;
return SUCCESS;