Skip to content
Commit 8e45fe85 authored by Basil Huber's avatar Basil Huber
Browse files

Repaired feature to save images from video downlink (fixes #1239)

problem:
in src/ui$/HUD.cc copyImage(UASInterface* u): u->getImage() was called twice. The first called already erased the buffer.

changes:
src/ui/HUD.cc: copyImage(UASInterface* u): instead of getting the image a second time, we take the one we already fetched
parent 24bf2218
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment