mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
don't grab light
This commit is contained in:
parent
1e498a41f0
commit
c2f9a49598
1 changed files with 4 additions and 0 deletions
|
@ -448,6 +448,10 @@ function MyController(hand) {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (propsForCandidate.type == 'Light') {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (propsForCandidate.locked && !grabbableDataForCandidate.wantsTrigger) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue