d_a_st - 100% matching (#1004)

Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
This commit is contained in:
123456789758
2026-05-17 17:08:26 -04:00
committed by GitHub
parent 36ec2825ee
commit 38742c337f
5 changed files with 2979 additions and 123 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ public:
void loadTexture(u8, GXTexMapID) {}
void setEmitterRotation(const JGeometry::TVec3<s16>&) {}
void setGlobalParticleHeightScale(f32 y) { mGlobalParticleScale.y = y; }
void setGlobalParticleWidthScale(f32) {}
void setGlobalParticleWidthScale(f32 x) { mGlobalParticleScale.x = x; }
static JPAEmitterInfo emtrInfo;