mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:17:14 +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, {
|
||||
on: on,
|
||||
type: lightType,
|
||||
resetMe: true,
|
||||
grabbableKey: {wantsTrigger:true}
|
||||
resetMe: true
|
||||
});
|
||||
|
||||
setEntityCustomData('grabbableKey', this.entityID, {
|
||||
wantsTrigger: true
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue