2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

Implement ParticleAccessParameters properly

SParticleMetrics is still a lie
This commit is contained in:
2016-02-27 17:03:46 -08:00
parent 7032274d66
commit 37da86838d
4 changed files with 24 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ public:
g_ParticleLifetimePercentageRemainder = g_ParticleLifetimePercentageReal - g_ParticleLifetimePercentage;
}
static float* g_papValues;
static float g_papValues[8];
struct SParticleSystem
{