Fixed image id initialization error

Develop
Sven Steudte 2017-09-12 03:04:40 +02:00
rodzic 37180ab892
commit d1ac86b8aa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -207,7 +207,7 @@ THD_FUNCTION(trackingThread, arg) {
* tracker has been reset.
*/
if(lastLogPoint != NULL)
gimage_id = lastLogPoint->id_image;
gimage_id = lastLogPoint->id_image+1;
systime_t time = chVTGetSystemTimeX();
while(true)