mirror of https://github.com/AxioDL/metaforce.git
Fix bug where CGameArea::Validate/PostConstruct attempts to reuse old section buffers
This commit is contained in:
parent
536f943858
commit
e982497055
|
@ -963,6 +963,7 @@ bool CGameArea::Invalidate(CStateManager* mgr)
|
|||
|
||||
void CGameArea::KillmAreaData()
|
||||
{
|
||||
m_resolvedBufs.clear();
|
||||
x110_mreaSecBufs.clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue