The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mercury: Initialize variables

Caused heisencrashes sometimes.

+1 -1
+1 -1
src/xrt/tracking/hand/mercury/hg_sync.hpp
··· 208 208 enum u_logging_level log_level = U_LOGGING_INFO; 209 209 210 210 kine::kinematic_hand_4f *kinematic_hands[2]; 211 - bool last_frame_hand_detected[2]; 211 + bool last_frame_hand_detected[2] = {false, false}; 212 212 213 213 xrt_frame *debug_frame; 214 214