fix initial finger/stylus setting

This commit is contained in:
Seth Alves 2017-03-28 11:41:51 -07:00
parent dd6e4ed5d8
commit 851ea7dabc

View file

@ -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;