mirror of
https://github.com/overte-org/overte.git
synced 2025-06-18 17:20:36 +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)); }
|
// var require = function(id) { return Script.require(id + '?'+new Date().getTime().toString(36)); }
|
||||||
module.exports = DopplegangerAttachments;
|
module.exports = DopplegangerAttachments;
|
||||||
|
|
||||||
DopplegangerAttachments.version = '0.0.1a';
|
DopplegangerAttachments.version = '0.0.1b';
|
||||||
DopplegangerAttachments.WANT_DEBUG = false;
|
DopplegangerAttachments.WANT_DEBUG = false;
|
||||||
|
|
||||||
var _modelHelper = __webpack_require__(1),
|
var _modelHelper = __webpack_require__(1),
|
||||||
|
@ -1196,7 +1196,6 @@ DopplegangerAttachments.prototype = {
|
||||||
dynamic: false,
|
dynamic: false,
|
||||||
shapeType: 'none',
|
shapeType: 'none',
|
||||||
lifetime: 60,
|
lifetime: 60,
|
||||||
grabbable: true,
|
|
||||||
}, !this.manualJointSync && {
|
}, !this.manualJointSync && {
|
||||||
parentID: parentID,
|
parentID: parentID,
|
||||||
parentJointIndex: jointIndex,
|
parentJointIndex: jointIndex,
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
// var require = function(id) { return Script.require(id + '?'+new Date().getTime().toString(36)); }
|
// var require = function(id) { return Script.require(id + '?'+new Date().getTime().toString(36)); }
|
||||||
module.exports = DopplegangerAttachments;
|
module.exports = DopplegangerAttachments;
|
||||||
|
|
||||||
DopplegangerAttachments.version = '0.0.1a';
|
DopplegangerAttachments.version = '0.0.1b';
|
||||||
DopplegangerAttachments.WANT_DEBUG = false;
|
DopplegangerAttachments.WANT_DEBUG = false;
|
||||||
|
|
||||||
var _modelHelper = require('./model-helper.js'),
|
var _modelHelper = require('./model-helper.js'),
|
||||||
|
@ -127,7 +127,6 @@ DopplegangerAttachments.prototype = {
|
||||||
dynamic: false,
|
dynamic: false,
|
||||||
shapeType: 'none',
|
shapeType: 'none',
|
||||||
lifetime: 60,
|
lifetime: 60,
|
||||||
grabbable: true,
|
|
||||||
}, !this.manualJointSync && {
|
}, !this.manualJointSync && {
|
||||||
parentID: parentID,
|
parentID: parentID,
|
||||||
parentJointIndex: jointIndex,
|
parentJointIndex: jointIndex,
|
||||||
|
|
Loading…
Reference in a new issue