New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -72,7 +72,7 @@ float calc_torquef(float val1, float val2, float torque, float min_adjust,
|
|||
bool over;
|
||||
|
||||
if (close_float(val1, val2, EPSILON))
|
||||
return val1;
|
||||
return val2;
|
||||
|
||||
dist = (val2 - val1) * torque;
|
||||
over = dist > 0.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue