1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

typo bugfix

This commit is contained in:
Corvus Corax 2013-06-22 23:49:03 +02:00
parent 4bf934ae69
commit 73b22f5cb1

View File

@ -4,7 +4,7 @@ Item {
id: sceneItem
property variant sceneSize
property real groundSpeed : qmlWidget.speedFactor * Math.sqrt(Math.pow(VelocityState.North,2)+
Math.pow(VelocityActual.State,2))
Math.pow(VelocityState.East,2))
SvgElementImage {
id: speed_bg