En_Tanron4 OK (seagulls) (#714)

* Seagull OK

* small fixes

* review 1

* review 2
This commit is contained in:
fig02
2022-03-24 22:39:34 -04:00
committed by GitHub
parent ecb4afd822
commit 80cbdb956d
7 changed files with 279 additions and 25 deletions
+1 -1
View File
@@ -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;