mirror of https://github.com/AxioDL/metaforce.git
CGraphics: Clear flags on StreamEnd
This commit is contained in:
parent
8682525b88
commit
f3635c740a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue