Fix cellCamera events support with clocks scaling

This commit is contained in:
Eladash 2019-07-25 17:24:04 +03:00 committed by kd-11
parent c53f0dd7b5
commit 22994d15fb

View File

@ -1308,7 +1308,7 @@ void camera_context::operator()()
if (time_passed >= frame_target_time)
break;
thread_ctrl::wait_for(frame_target_time - time_passed);
lv2_obj::wait_timeout(frame_target_time - time_passed);
}
}
}