mercury: Initialize variables

Caused heisencrashes sometimes.
This commit is contained in:
Moses Turner 2022-05-13 21:47:49 +01:00
parent 85f30f48c6
commit 0aadc85a79

View file

@ -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;