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

Fix VEAngleSphere element ordering & calculations

This commit is contained in:
2020-09-24 02:42:15 -04:00
parent 5bfdb4312f
commit d5596e6430
4 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ struct CParticle {
int x28_startFrame = 0;
float x2c_lineLengthOrSize = 0.f;
float x30_lineWidthOrRota = 0.f;
zeus::CColor x34_color = {0.f, 0.f, 0.f, 1.f};
zeus::CColor x34_color = {1.f, 0.f, 1.f, 1.f};
};
class CParticleGen {