2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-04 02:55:35 +00:00

CGraphics: Clear flags on StreamEnd

This commit is contained in:
Luke Street 2022-03-13 15:22:08 -04:00
parent 8682525b88
commit f3635c740a

View File

@ -573,6 +573,7 @@ void CGraphics::StreamVertex(const zeus::CVector3f& pos) {
void CGraphics::StreamEnd() {
SetTevStates(sStreamFlags);
aurora::gfx::stream_end();
sStreamFlags = {};
}
void CGraphics::DrawPrimitive(GX::Primitive primitive, const zeus::CVector3f* pos, const zeus::CVector3f& normal,