Skip to content
Snippets Groups Projects
Commit feed78da authored by Christian Dreher's avatar Christian Dreher
Browse files

Properly stop platform.

parent 518cd5ad
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ void PlatformUnitWidget::reportPlatformVelocity(::Ice::Float currentPlatformVelo
void PlatformUnitWidget::stopPlatform()
{
platformUnitProxy->move(0, 0, 0);
platformUnitProxy->stopPlatform();
}
void PlatformUnitWidget::controlPlatformWithKeyboard(int key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment