mirror of https://github.com/wayvr-org/wayvr.git
fix screen bug after space drag
This commit is contained in:
parent
279778d5a6
commit
ec19b70487
|
|
@ -39,6 +39,7 @@ impl PlayspaceMover {
|
|||
|
||||
overlays.iter_mut().for_each(|overlay| {
|
||||
if overlay.state.grabbable {
|
||||
overlay.state.dirty = true;
|
||||
overlay.state.transform.translation += relative_pos * -1.0;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue