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:
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…
x
Reference in New Issue
Block a user