AC_Circle: fix compile warnings re float constants

This commit is contained in:
Tom Pittenger 2015-04-24 12:23:34 +09:00 committed by Randy Mackay
parent 4b97cc1957
commit b9865c5f3e

View File

@ -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