mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 19:27:36 +02:00
fix initial finger/stylus setting
This commit is contained in:
parent
dd6e4ed5d8
commit
851ea7dabc
1 changed files with 1 additions and 1 deletions
|
@ -1181,7 +1181,7 @@ function MyController(hand) {
|
||||||
|
|
||||||
this.updateStylusTip();
|
this.updateStylusTip();
|
||||||
|
|
||||||
var DEFAULT_USE_FINGER_AS_STYLUS = false;
|
var DEFAULT_USE_FINGER_AS_STYLUS = true;
|
||||||
var USE_FINGER_AS_STYLUS = Settings.getValue("preferAvatarFingerOverStylus");
|
var USE_FINGER_AS_STYLUS = Settings.getValue("preferAvatarFingerOverStylus");
|
||||||
if (USE_FINGER_AS_STYLUS === "") {
|
if (USE_FINGER_AS_STYLUS === "") {
|
||||||
USE_FINGER_AS_STYLUS = DEFAULT_USE_FINGER_AS_STYLUS;
|
USE_FINGER_AS_STYLUS = DEFAULT_USE_FINGER_AS_STYLUS;
|
||||||
|
|
Loading…
Reference in a new issue