Skip to content

Commit

Permalink
Merge pull request #133 from Malcolmnixon/pickup-distance
Browse files Browse the repository at this point in the history
Increase pickup grab maximum grab distance
  • Loading branch information
BastiaanOlij authored May 23, 2022
2 parents ca29836 + 5593df5 commit 2d450a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/godot-xr-tools/functions/Function_Pickup.gd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ enum Buttons {
}

# Constant for worst-case grab distance
const MAX_GRAB_DISTANCE2: float = 1000.0
const MAX_GRAB_DISTANCE2: float = 1000000.0


## Grip controller button
Expand Down

0 comments on commit 2d450a7

Please sign in to comment.