diff options
author | ccolin | 2021-01-04 15:09:38 +0100 |
---|---|---|
committer | ccolin | 2021-01-04 15:09:38 +0100 |
commit | 81108c1b0fa8f710ff7417476c10c83e70ae7a15 (patch) | |
tree | d03ba3ff458f79b104b8b62181b9775c8e035342 /src/drone_controller.hh | |
parent | 0c28d9dc80e634ebfbabed5ad446b6a4f82056e3 (diff) |
properly honor default values of sphere radius and speed limit
Diffstat (limited to 'src/drone_controller.hh')
-rw-r--r-- | src/drone_controller.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drone_controller.hh b/src/drone_controller.hh index 3c09089..3ffe797 100644 --- a/src/drone_controller.hh +++ b/src/drone_controller.hh @@ -25,7 +25,6 @@ class DroneController : public QObject, public Painter { QMap<int, QVector<QPair<int, int>>> collisions; bool draw_trajectories = false; bool draw_guides = false; - QMap<int, QVector<int>> speed_violations; double speed_limit = 0; static OpenGLMesh *sphere; |