mirror of https://github.com/wayvr-org/wayvr.git
fix wayvr dashboard not interactable
This commit is contained in:
parent
81d2672740
commit
6406b1e694
|
|
@ -248,6 +248,8 @@ where
|
|||
|
||||
let mut overlay = OverlayWindowData::from_config(OverlayWindowConfig {
|
||||
default_state: OverlayWindowState {
|
||||
interactable: true,
|
||||
grabbable: true,
|
||||
curvature: Some(0.15),
|
||||
transform: Affine3A::from_scale_rotation_translation(
|
||||
Vec3::ONE * 2.0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue