mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:23:33 +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();
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue