mirror of https://github.com/wayvr-org/wayvr.git
todo in wrong place
This commit is contained in:
parent
4f7204ccf7
commit
1d7617c155
|
|
@ -246,7 +246,7 @@ impl OverlayBackend for ScreenBackend {
|
|||
}
|
||||
|
||||
fn notify(&mut self, _app: &mut AppState, _event_data: OverlayEventData) -> anyhow::Result<()> {
|
||||
todo!();
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn on_hover(&mut self, app: &mut AppState, hit: &PointerHit) -> HoverResult {
|
||||
|
|
|
|||
Loading…
Reference in New Issue