diff options
author | ccolin | 2021-01-03 17:10:26 +0100 |
---|---|---|
committer | ccolin | 2021-01-03 17:10:26 +0100 |
commit | ec4017bb0ff221c5c3e192a165c8d60a54f3bedc (patch) | |
tree | f2aff28ed1d244fd53ef73543f6d1408653ca5fa /src/drone_controller.hh | |
parent | 14b5993f0f4bb4fc2d33394780e6d8911c8783d7 (diff) |
highlight colliding drones
Diffstat (limited to 'src/drone_controller.hh')
-rw-r--r-- | src/drone_controller.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drone_controller.hh b/src/drone_controller.hh index de9385d..11d7395 100644 --- a/src/drone_controller.hh +++ b/src/drone_controller.hh @@ -22,6 +22,7 @@ class DroneController : public QObject, public Painter { bool draw_spheres = false; double sphere_radius = 0; QTimer sphere_timer; + QMap<int, QVector<QPair<int, int>>> collisions; static OpenGLMesh *sphere; static const unsigned char sphere_neutral[]; |