A bit more leeway
This commit is contained in:
parent
c79baf9db6
commit
3cbd908404
2 changed files with 1 additions and 3 deletions
|
|
@ -198,7 +198,7 @@ fn zmq_receive(model: &mut GuiModel) {
|
|||
// RenderableLayers::new()
|
||||
// }, // if Err("some message"), panic with error message "some message"
|
||||
// };
|
||||
} else if model.last_update < Instant::now() - Duration::from_millis(100){
|
||||
} else if model.last_update < Instant::now() - Duration::from_millis(200){
|
||||
// set lines empty, if no new input for > 100ms (10fps)
|
||||
model.connected = false;
|
||||
|
||||
|
|
|
|||
|
|
@ -491,8 +491,6 @@ impl Filter for CropFilter {
|
|||
position: p2,
|
||||
.. point.blanked()
|
||||
});
|
||||
// new_positions.push(p1);
|
||||
// new_positions.push(p2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue