finished off the update function
This commit is contained in:
parent
a3c20fba0f
commit
125625c94c
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ impl StreamState {
|
||||||
self.scene_is_augmented = new_val;
|
self.scene_is_augmented = new_val;
|
||||||
self.change_scene(&Scenes::Augmented)},
|
self.change_scene(&Scenes::Augmented)},
|
||||||
StateUpdate::UpdateClient => todo!(),
|
StateUpdate::UpdateClient => todo!(),
|
||||||
StateUpdate::ComputerMediaDoPause(do_pause) => todo!(),
|
StateUpdate::ComputerMediaDoPause(do_pause) => {self.computer_sound_is_on = do_pause;},
|
||||||
StateUpdate::ChangeSlide(value) => todo!(),
|
StateUpdate::ChangeSlide(_value) => {panic!("Stream_states_class is not supposed to get this update type");},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue