diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-02-04 16:08:25 -0700 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2023-02-04 16:08:25 -0700 |
| commit | 9456881d2e93fb90683ba00bebaabfd03c26713a (patch) | |
| tree | 1c9f3c20d3980d65a9552abd34a5237fc9ecd89c /include/JSystem | |
| parent | 737da6afea6054035a030cf2ea923d5937bb5c28 (diff) | |
comment out d_a_swim
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/JParticle/JPAParticle.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/JSystem/JParticle/JPAParticle.h b/include/JSystem/JParticle/JPAParticle.h index 958f6ed63c..31590055f2 100644 --- a/include/JSystem/JParticle/JPAParticle.h +++ b/include/JSystem/JParticle/JPAParticle.h @@ -237,10 +237,10 @@ public: void setRate(f32 rate) { mRate = rate; } void setEmitterCallBackPtr(JPAEmitterCallBack* ptr) { mpEmtrCallBack = ptr; } void setGlobalRTMatrix(const Mtx m) { JPASetRMtxTVecfromMtx(m, mGlobalRot, &mGlobalTrs); } - void setGlobalScale(const JGeometry::TVec3<f32>& scale) { - mGlobalScl = scale; - mGlobalPScl = scale; - } + // void setGlobalScale(const JGeometry::TVec3<f32>& scale) { + // mGlobalScl = scale; + // mGlobalPScl = scale; + // } f32 get_r_f() { return mRndm.get_rndm_f(); } f32 get_r_zp() { return mRndm.get_rndm_zp(); } |
