* d_a_sbox

* PR
This commit is contained in:
Maide
2025-08-11 23:49:09 +01:00
committed by GitHub
parent 1c93c48ccf
commit b9e3041ba2
4 changed files with 462 additions and 56 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ public:
void isContinuousParticle() {}
void loadTexture(u8, GXTexMapID) {}
void setEmitterRotation(const JGeometry::TVec3<s16>&) {}
void setGlobalParticleHeightScale(f32) {}
void setGlobalParticleHeightScale(f32 y) { mGlobalParticleScale.y = y; }
void setGlobalParticleScale(f32, f32) {}
void setGlobalParticleWidthScale(f32) {}