From 3d68fc0bfc286356c8a1cca53b471c02a7adbebf Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 16 Sep 2020 04:34:06 -0400 Subject: [PATCH] CChozoGhost: Add call to RenderSystemsToBeDrawnFirst --- Runtime/MP1/World/CChozoGhost.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/MP1/World/CChozoGhost.cpp b/Runtime/MP1/World/CChozoGhost.cpp index a77f3e539..a24be34a0 100644 --- a/Runtime/MP1/World/CChozoGhost.cpp +++ b/Runtime/MP1/World/CChozoGhost.cpp @@ -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()); }