Fixed controller prototype for update.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1847 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
james.goppert 2011-04-04 03:26:58 +00:00
parent 3746ddf970
commit 947ce48e81
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public:
}
_blocks.push_back(block);
}
virtual void update(const double dt)
virtual void update(const float & dt)
{
for (int i=0;i<_blocks.getSize();i++)
{