Set on_program to true by default in the Tally

This commit is contained in:
Sebastian Dröge 2019-07-15 18:00:51 +03:00
parent 25d7c9e74f
commit 9afe1d74b8

View file

@ -280,7 +280,7 @@ unsafe impl Send for Tally {}
impl Default for Tally {
fn default() -> Self {
Self(NDIlib_tally_t {
on_program: false,
on_program: true,
on_preview: false,
})
}