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

Fix IA8 texture decoding

This commit is contained in:
2019-02-16 09:16:34 -08:00
parent 95890088a5
commit fb1f65434d
4 changed files with 61 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ std::shared_ptr<CGuiWidget> CGuiCamera::Create(CGuiFrame* frame, CInputStream& i
float zfar = in.readFloatBig();
ret = std::make_shared<CGuiCamera>(parms, left, right, top, bottom, znear, zfar);
break;
} break;
}
}
frame->SetFrameCamera(ret->shared_from_this());
ret->ParseBaseInfo(frame, in, parms);