mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 18:23:29 +02:00
remove "grabbable: true" property from attachment Overlays
This commit is contained in:
parent
7bcd9f9f95
commit
b5f5a037f0
2 changed files with 2 additions and 4 deletions
|
@ -1075,7 +1075,7 @@ dopplegangerAttachments.attachmentsUpdated.connect(function(attachments) {
|
|||
// var require = function(id) { return Script.require(id + '?'+new Date().getTime().toString(36)); }
|
||||
module.exports = DopplegangerAttachments;
|
||||
|
||||
DopplegangerAttachments.version = '0.0.1a';
|
||||
DopplegangerAttachments.version = '0.0.1b';
|
||||
DopplegangerAttachments.WANT_DEBUG = false;
|
||||
|
||||
var _modelHelper = __webpack_require__(1),
|
||||
|
@ -1196,7 +1196,6 @@ DopplegangerAttachments.prototype = {
|
|||
dynamic: false,
|
||||
shapeType: 'none',
|
||||
lifetime: 60,
|
||||
grabbable: true,
|
||||
}, !this.manualJointSync && {
|
||||
parentID: parentID,
|
||||
parentJointIndex: jointIndex,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// var require = function(id) { return Script.require(id + '?'+new Date().getTime().toString(36)); }
|
||||
module.exports = DopplegangerAttachments;
|
||||
|
||||
DopplegangerAttachments.version = '0.0.1a';
|
||||
DopplegangerAttachments.version = '0.0.1b';
|
||||
DopplegangerAttachments.WANT_DEBUG = false;
|
||||
|
||||
var _modelHelper = require('./model-helper.js'),
|
||||
|
@ -127,7 +127,6 @@ DopplegangerAttachments.prototype = {
|
|||
dynamic: false,
|
||||
shapeType: 'none',
|
||||
lifetime: 60,
|
||||
grabbable: true,
|
||||
}, !this.manualJointSync && {
|
||||
parentID: parentID,
|
||||
parentJointIndex: jointIndex,
|
||||
|
|
Loading…
Reference in a new issue