2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 18:57:03 +00:00

aurora: model fixes, texture_convert fixes

This commit is contained in:
2022-03-08 03:52:36 -05:00
parent e0a7236ad6
commit a2743b905b
8 changed files with 138 additions and 38 deletions

View File

@@ -36,6 +36,7 @@ void CWorldShadow::BuildLightShadowTexture(const CStateManager& mgr, TAreaId aid
x84_lightIdx = lightIdx;
}
return; // TODO
if (aid != kInvalidAreaId) {
const CGameArea* area = mgr.GetWorld()->GetAreaAlways(aid);
if (area->IsPostConstructed()) {