2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:47:43 +00:00

Major Vulkan performance improvement

This commit is contained in:
Jack Andersen
2018-05-27 11:35:58 -10:00
parent 5eea7f3d70
commit 7e45600bed
3 changed files with 9 additions and 1 deletions

View File

@@ -958,6 +958,7 @@ bool CGameArea::Invalidate(CStateManager* mgr)
ClearTokenList();
if (mgr)
mgr->AreaUnloaded(GetAreaId());
return true;
}