mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:52:57 +02:00
Tip, Code Writer
which comes standard with Windows 10, does enter tabs by default when using the tab key. >=)
This commit is contained in:
parent
60a566768a
commit
7ea1968b33
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
var request = Script.require('request').request;
|
var request = Script.require('request').request;
|
||||||
|
|
||||||
var WANT_DEBUG = Settings.getValue('MAKE_USER_CONNECTION_DEBUG', false);
|
var WANT_DEBUG = Settings.getValue('MAKE_USER_CONNECTION_DEBUG', false);
|
||||||
var LABEL = "makeUserConnection";
|
var LABEL = "makeUserConnection";
|
||||||
var MAX_AVATAR_DISTANCE = 0.2; // m
|
var MAX_AVATAR_DISTANCE = 0.2; // m
|
||||||
var GRIP_MIN = 0.75; // goes from 0-1, so 75% pressed is pressed
|
var GRIP_MIN = 0.75; // goes from 0-1, so 75% pressed is pressed
|
||||||
|
@ -121,9 +121,9 @@
|
||||||
var successfulHandshakeSound;
|
var successfulHandshakeSound;
|
||||||
|
|
||||||
function debug() {
|
function debug() {
|
||||||
if (!WANT_DEBUG) {
|
if (!WANT_DEBUG) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var stateString = "<" + STATE_STRINGS[state] + ">";
|
var stateString = "<" + STATE_STRINGS[state] + ">";
|
||||||
var connecting = "[" + connectingId + "/" + connectingHandJointIndex + "]";
|
var connecting = "[" + connectingId + "/" + connectingHandJointIndex + "]";
|
||||||
var current = "[" + currentHand + "/" + currentHandJointIndex + "]"
|
var current = "[" + currentHand + "/" + currentHandJointIndex + "]"
|
||||||
|
|
Loading…
Reference in a new issue