aboutsummaryrefslogtreecommitdiff
path: root/src/waypoint.hh
diff options
context:
space:
mode:
authorccolin2021-01-04 14:49:26 +0100
committerccolin2021-01-04 14:49:26 +0100
commit0c28d9dc80e634ebfbabed5ad446b6a4f82056e3 (patch)
tree498a6b8ce12305a2d7531396767852a07f564b7d /src/waypoint.hh
parent472e291ca823910418919eac101f26e2b3d852a8 (diff)
add speeding violation reporting
Diffstat (limited to 'src/waypoint.hh')
-rw-r--r--src/waypoint.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/waypoint.hh b/src/waypoint.hh
index 4b455fd..f304ead 100644
--- a/src/waypoint.hh
+++ b/src/waypoint.hh
@@ -8,6 +8,7 @@
struct Waypoint {
int frame;
QVector3D pos;
+ double computed_speed = 0;
Waypoint(unsigned frame, QVector3D pos);
Waypoint(const QJsonObject &json);