fix openvr space drag

This commit is contained in:
galister
2024-02-01 20:11:34 +01:00
parent c9ac5f5bb3
commit 279778d5a6
2 changed files with 4 additions and 3 deletions

View File

@@ -400,7 +400,7 @@ impl Pointer {
offset,
grabbed_id: overlay.state.id,
});
log::debug!("Hand {}: grabbed {}", self.idx, overlay.state.name);
log::info!("Hand {}: grabbed {}", self.idx, overlay.state.name);
}
fn handle_grabbed<O>(&mut self, overlay: &mut OverlayData<O>, hmd: &Affine3A)