mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
typo bugfix
This commit is contained in:
parent
4bf934ae69
commit
73b22f5cb1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user