Skip to content

Commit

Permalink
Double pinch time.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Nov 14, 2024
1 parent f369032 commit f5f174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/procedural_3d_grid/core/xr_pinch.gd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var delta_transform: Transform3D
var target_transform: Transform3D = transform

var damping: float = 6.0
const max_pinch_time: float = 0.1 # sensitivity?
const max_pinch_time: float = 0.2 # sensitivity?

enum Mode {
NONE,
Expand Down

0 comments on commit f5f174a

Please sign in to comment.