CChozoGhost: Add call to RenderSystemsToBeDrawnFirst

This commit is contained in:
Luke Street 2020-09-16 04:34:06 -04:00
parent a9ed8c4329
commit 3d68fc0bfc
1 changed files with 1 additions and 0 deletions

View File

@ -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());
}