mirror of https://github.com/AxioDL/metaforce.git
CChozoGhost: Add call to RenderSystemsToBeDrawnFirst
This commit is contained in:
parent
a9ed8c4329
commit
3d68fc0bfc
|
@ -208,6 +208,7 @@ void CChozoGhost::Render(CStateManager& mgr) {
|
|||
CElementGen::SetSubtractBlend(true);
|
||||
CElementGen::SetMoveRedToAlphaBuffer(true);
|
||||
CGraphics::SetFog(ERglFogMode::PerspLin, 0.f, 75.f, zeus::skBlack);
|
||||
GetModelData()->GetAnimationData()->GetParticleDB().RenderSystemsToBeDrawnFirst();
|
||||
mgr.SetupFogForArea3XRange(GetAreaIdAlways());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue