2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

More CPuddleSpore implementations

This commit is contained in:
2018-12-12 11:50:37 -08:00
parent 11c3c557bd
commit d30ceb6611
6 changed files with 296 additions and 5 deletions

View File

@@ -795,7 +795,7 @@ void CElementGen::Render(const CActorLights* actorLights) {
CGraphics::DisableAllLights();
for (std::unique_ptr<CParticleGen>& child : x290_activePartChildren)
child->Render();
child->Render(actorLights);
CParticleGlobals::SParticleSystem* prevSystem = CParticleGlobals::g_currentParticleSystem;
CParticleGlobals::SParticleSystem thisSystem{FOURCC('PART'), this};