diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 95e3ba90ce..830ca36cc2 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -1181,7 +1181,7 @@ function MyController(hand) { this.updateStylusTip(); - var DEFAULT_USE_FINGER_AS_STYLUS = false; + var DEFAULT_USE_FINGER_AS_STYLUS = true; var USE_FINGER_AS_STYLUS = Settings.getValue("preferAvatarFingerOverStylus"); if (USE_FINGER_AS_STYLUS === "") { USE_FINGER_AS_STYLUS = DEFAULT_USE_FINGER_AS_STYLUS;