The open source OpenXR runtime

a/tracking: Fix data waiting logic in PSVR tracking

authored by

Jakob Bornecrantz and committed by
Ryan Pavlik
0f17fa0f f32eb0d6

+1 -1
+1 -1
src/xrt/auxiliary/tracking/t_tracker_psvr.cpp
··· 1825 1825 while (os_thread_helper_is_running_locked(&t.oth)) { 1826 1826 1827 1827 // No data 1828 - if (!t.has_imu || t.frame == NULL) { 1828 + if (!t.has_imu && t.frame == NULL) { 1829 1829 os_thread_helper_wait_locked(&t.oth); 1830 1830 1831 1831 /*