mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:17:45 +02:00
Merge pull request #6319 from imgntn/quickgrabfix
Set wantsTrigger correctly on lightswitch.js
This commit is contained in:
commit
669609d310
1 changed files with 14 additions and 11 deletions
|
@ -61,8 +61,11 @@
|
||||||
setEntityCustomData(this.resetKey, this.entityID, {
|
setEntityCustomData(this.resetKey, this.entityID, {
|
||||||
on: on,
|
on: on,
|
||||||
type: lightType,
|
type: lightType,
|
||||||
resetMe: true,
|
resetMe: true
|
||||||
grabbableKey: {wantsTrigger:true}
|
});
|
||||||
|
|
||||||
|
setEntityCustomData('grabbableKey', this.entityID, {
|
||||||
|
wantsTrigger: true
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue