mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
mercury: Initialize variables
Caused heisencrashes sometimes.
This commit is contained in:
parent
85f30f48c6
commit
0aadc85a79
|
@ -208,7 +208,7 @@ public:
|
|||
enum u_logging_level log_level = U_LOGGING_INFO;
|
||||
|
||||
kine::kinematic_hand_4f *kinematic_hands[2];
|
||||
bool last_frame_hand_detected[2];
|
||||
bool last_frame_hand_detected[2] = {false, false};
|
||||
|
||||
xrt_frame *debug_frame;
|
||||
|
||||
|
|
Loading…
Reference in a new issue