misc documentation

This commit is contained in:
Banjo Kazooie
2023-01-30 00:02:44 -06:00
parent da9a0109b5
commit cd146f444f
258 changed files with 2526 additions and 3594 deletions

View File

@@ -16,7 +16,7 @@ void animctrl_80286F90(AnimCtrl *this){
anim = animctrl_getAnimPtr(this);
duration = anim_getDuration(anim);
if( duration < 1.0f ){
anim_setDuration(anim, min_f(1.0f, time_getDelta()/animctrl_getTransistionDuration(this) + duration));
anim_setDuration(anim, ml_min_f(1.0f, time_getDelta()/animctrl_getTransistionDuration(this) + duration));
}
}
}