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

SParticleMetrics is a lie

This commit is contained in:
Jack Andersen
2016-02-24 20:23:35 -10:00
parent c3a1fec4a5
commit 2e6d7c26e2
7 changed files with 25 additions and 36 deletions

View File

@@ -60,9 +60,8 @@ public:
--g_ParticleAliveCount;
}
};
class CParticle
struct CParticle
{
friend class CElementGen;
int x0_endFrame = 0;
Zeus::CVector3f x4_pos;
Zeus::CVector3f x10_prevPos;
@@ -72,6 +71,7 @@ public:
float x30_lineWidthOrRota = 0.f;
Zeus::CColor x34_color = {0.f, 0.f, 0.f, 1.f};
};
static CParticle* g_currentParticle;
private:
friend class CElementGenShaders;
TLockedToken<CGenDescription> x1c_genDesc;