mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
Additional work on CAutoMapper; CGameArea model setup
This commit is contained in:
@@ -686,7 +686,7 @@ void CBooRenderer::AddStaticGeometry(const std::vector<CMetroidModelInstance>* g
|
||||
int instIdx = 0;
|
||||
for (const CMetroidModelInstance& inst : *geometry)
|
||||
{
|
||||
models.push_back(inst.m_instance);
|
||||
models.push_back(inst.m_instance.get());
|
||||
models.back()->x44_areaInstanceIdx = instIdx++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user