mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +00:00
a/tracking: Fix data waiting logic in PSVR tracking
This commit is contained in:
parent
f32eb0d662
commit
0f17fa0f5f
|
@ -1825,7 +1825,7 @@ run(TrackerPSVR &t)
|
|||
while (os_thread_helper_is_running_locked(&t.oth)) {
|
||||
|
||||
// No data
|
||||
if (!t.has_imu || t.frame == NULL) {
|
||||
if (!t.has_imu && t.frame == NULL) {
|
||||
os_thread_helper_wait_locked(&t.oth);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue