mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-09 13:45:23 -04:00
En_Tanron4 OK (seagulls) (#714)
* Seagull OK * small fixes * review 1 * review 2
This commit is contained in:
+1
-1
@@ -578,7 +578,7 @@ void Math_ApproachZeroF(f32* pValue, f32 scale, f32 maxStep) {
|
||||
*pValue = *pValue - f0;
|
||||
}
|
||||
|
||||
s32 Math_SmoothStepToS(s16* pValue, s16 target, s16 scale, s16 step, s16 minStep) {
|
||||
s16 Math_SmoothStepToS(s16* pValue, s16 target, s16 scale, s16 step, s16 minStep) {
|
||||
s16 stepSize = 0;
|
||||
s16 diff = target - *pValue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user