mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 10:45:22 -04:00
Fixes from merge
This commit is contained in:
@@ -94,7 +94,6 @@ public:
|
||||
void setVolumeSweep(float i_volSweep) { mVolumeSweep = i_volSweep; }
|
||||
void setLifeTime(s16 i_lifeTime) { mLifeTime = i_lifeTime; }
|
||||
void setRate(float i_rate) { mRate = i_rate; }
|
||||
void setMaxFrame(s32 i_maxFrame) { mMaxFrame = i_maxFrame; }
|
||||
|
||||
void setGlobalDynamicsScale(JGeometry::TVec3<float>& i_vec) {
|
||||
mGlobalScale.x = i_vec.x;
|
||||
|
||||
Reference in New Issue
Block a user