mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-03 21:56:06 +00:00
t/hand/mercury: Initialize the frame timing widget correctly
This commit is contained in:
parent
9386e56c3d
commit
96d3896664
|
@ -214,7 +214,7 @@ public:
|
||||||
|
|
||||||
void (*keypoint_estimation_run_func)(void *);
|
void (*keypoint_estimation_run_func)(void *);
|
||||||
|
|
||||||
u_frame_times_widget ft_widget;
|
u_frame_times_widget ft_widget = {};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit HandTracking();
|
explicit HandTracking();
|
||||||
|
|
Loading…
Reference in a new issue