2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Implement CPowerBomb

This commit is contained in:
2018-09-09 18:04:57 -07:00
parent 489470feda
commit c3d8967605
6 changed files with 129 additions and 10 deletions

View File

@@ -278,7 +278,7 @@ void CScriptEffect::Render(const CStateManager& mgr) const
if (xf4_electric && xf4_electric->GetParticleCount() > 0)
{
g_NumParticlesRendered += xf4_electric->GetParticleCount();
xf4_electric->Render();
xf4_electric->Render(GetActorLights());
}
}