mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
fix C++ism typo in JS script
This commit is contained in:
parent
6b9cdb440b
commit
82522fbbb1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ var COLORS_TELEPORT_TOO_CLOSE = {
|
|||
var TELEPORT_CANCEL_RANGE = 1;
|
||||
var USE_COOL_IN = true;
|
||||
var COOL_IN_DURATION = 500;
|
||||
var MAX_HMD_AVATAR_SEPARATION = 10.0f;
|
||||
var MAX_HMD_AVATAR_SEPARATION = 10.0;
|
||||
|
||||
function ThumbPad(hand) {
|
||||
this.hand = hand;
|
||||
|
|
Loading…
Reference in a new issue