bug fixes
This commit is contained in:
parent
1738a030c4
commit
b158b9068e
1 changed files with 0 additions and 2 deletions
|
@ -95,9 +95,7 @@ impl MessageHandler for StreamState {
|
|||
}
|
||||
},
|
||||
StateUpdate::Scene(value) => {
|
||||
println!("dong: {:?}", value);
|
||||
if value == Scenes::Screen {
|
||||
println!("doink: {:?}", self.current_scene);
|
||||
if self.current_scene != Scenes::Screen {
|
||||
println!("ping");
|
||||
self.timer_start = SystemTime::now();
|
||||
|
|
Loading…
Reference in a new issue