mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
Work on Z2EnvSeMgr (#2059)
This commit is contained in:
@@ -257,7 +257,7 @@ public:
|
||||
}
|
||||
|
||||
void updateLifeTime(u32 param_0) {
|
||||
if (lifeTime < param_0) {
|
||||
if (param_0 > lifeTime) {
|
||||
lifeTime = param_0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
void JMAMTXApplyScale(const Mtx, Mtx, f32, f32, f32);
|
||||
void JMAEulerToQuat(s16 param_0, s16 param_1, s16 param_2, Quaternion* param_3);
|
||||
void JMAQuatLerp(const Quaternion*, const Quaternion*, f32, Quaternion*);
|
||||
void JMAFastVECNormalize(register const Vec* src, register Vec* dst);
|
||||
|
||||
inline f32 JMAFastReciprocal(f32 value) {
|
||||
return __fres(value);
|
||||
|
||||
Reference in New Issue
Block a user