mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 00:45:22 +00:00
CGraphics: Clear flags on StreamEnd
This commit is contained in:
@@ -573,6 +573,7 @@ void CGraphics::StreamVertex(const zeus::CVector3f& pos) {
|
|||||||
void CGraphics::StreamEnd() {
|
void CGraphics::StreamEnd() {
|
||||||
SetTevStates(sStreamFlags);
|
SetTevStates(sStreamFlags);
|
||||||
aurora::gfx::stream_end();
|
aurora::gfx::stream_end();
|
||||||
|
sStreamFlags = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
void CGraphics::DrawPrimitive(GX::Primitive primitive, const zeus::CVector3f* pos, const zeus::CVector3f& normal,
|
void CGraphics::DrawPrimitive(GX::Primitive primitive, const zeus::CVector3f* pos, const zeus::CVector3f& normal,
|
||||||
|
|||||||
Reference in New Issue
Block a user