mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 09:11:22 +00:00
Fix accidentally remove changes to RenderParticles
This commit is contained in:
parent
fcfa9f0d64
commit
671539d7eb
@ -1620,6 +1620,11 @@ void CElementGen::RenderParticles() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
CGX::End();
|
||||
if (moveRedToAlphaBuffer) {
|
||||
GXSetTevSwapMode(GX::TevStageID(nextStage - 1), GX::TEV_SWAP0, GX::TEV_SWAP0);
|
||||
}
|
||||
CGraphics::SetCullMode(ERglCullMode::Front);
|
||||
CGraphics::SetAlphaCompare(ERglAlphaFunc::Always, 0, ERglAlphaOp::And, ERglAlphaFunc::Always, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user