AC_Circle: fix compile warnings re float constants
This commit is contained in:
parent
4b97cc1957
commit
b9865c5f3e
@ -101,7 +101,7 @@ void AC_Circle::update()
|
||||
|
||||
// double check dt is reasonable
|
||||
if (dt >= 0.2f) {
|
||||
dt = 0.0;
|
||||
dt = 0.0f;
|
||||
}
|
||||
|
||||
// ramp up angular velocity to maximum
|
||||
|
Loading…
Reference in New Issue
Block a user