aboutsummaryrefslogtreecommitdiff
path: root/src/waypoint.hh
diff options
context:
space:
mode:
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);